mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update gitignore to ignore src/data and vscode directories
This commit is contained in:
parent
c47a8cdf16
commit
31e21a6e4e
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
__pycache__
|
||||
.DS_Store
|
||||
.emacs.desktop
|
||||
.emacs.desktop*
|
||||
tests/data/.*
|
||||
src/.data
|
||||
.vscode
|
Loading…
Reference in a new issue