mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update pip package to include icons, exclude docs
This commit is contained in:
parent
e76930b320
commit
92016eb49c
2 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
__pycache__
|
||||
.DS_Store
|
||||
.emacs.desktop*
|
||||
*.py[cod]
|
||||
tests/data/models
|
||||
tests/data/embeddings
|
||||
src/.data
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
include Readme.md
|
||||
graft docs*
|
||||
graft src/interface/web/assets/icons*
|
||||
prune docs*
|
||||
global-exclude .DS_Store *.py[cod]
|
Loading…
Reference in a new issue