mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Ignore less files. Make gitignore more specific
This commit is contained in:
parent
516f28b082
commit
e8b7f06709
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
.*
|
|
||||||
__pycache__
|
__pycache__
|
||||||
|
.DS_Store
|
||||||
|
.emacs.desktop
|
||||||
|
tests/data/.*
|
||||||
|
|
Loading…
Reference in a new issue