Ignore files under `.git/`
Since `telescope` uses it for file finding.
parent
0390a2bb0d
commit
a37a650752
|
|
@ -98,16 +98,18 @@ 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/
|
||||||
|
|
||||||
# macOS Finder metadata
|
# macOS Finder metadata
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
|
|
||||||
# LLM conversations that should remain private
|
# LLM conversations that should remain private
|
||||||
docs/conversations/
|
docs/conversations/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue