Ignore files under `.git/`
Since `telescope` uses it for file finding.
parent
0390a2bb0d
commit
a37a650752
|
|
@ -98,16 +98,18 @@ ENV/
|
|||
/site
|
||||
|
||||
# extra scripts dir
|
||||
/snippets
|
||||
# /snippets
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.vscode/settings.json
|
||||
|
||||
# all files under
|
||||
.git/
|
||||
|
||||
# macOS Finder metadata
|
||||
**/.DS_Store
|
||||
|
||||
# LLM conversations that should remain private
|
||||
docs/conversations/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue