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
# extra scripts dir
/snippets
# /snippets
# mypy
.mypy_cache/
.vscode/settings.json
# all files under
.git/