Ignore files under `.git/`

Since `telescope` uses it for file finding.
claudy_skillz
Gud Boi 2026-02-26 18:58:15 -05:00
parent a6212af3d5
commit 4efc59068c
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -98,8 +98,11 @@ ENV/
/site /site
# extra scripts dir # extra scripts dir
/snippets # /snippets
# mypy # mypy
.mypy_cache/ .mypy_cache/
.vscode/settings.json .vscode/settings.json
# all files under
.git/