mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-01 03:13:01 +01:00
Exclude unnecessary directories from final docker builds
This commit is contained in:
parent
78d8ca49ec
commit
4b486ea5f6
1 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,11 @@
|
|||
.git/
|
||||
.pytest_cache/
|
||||
.vscode/
|
||||
.venv/
|
||||
docs/
|
||||
.*
|
||||
**/__pycache__/
|
||||
*.egg-info/
|
||||
documentation/
|
||||
tests/
|
||||
build/
|
||||
dist/
|
||||
scripts/
|
||||
*.egg-info/
|
||||
src/interface/
|
||||
src/telemetry/
|
||||
!src/interface/web
|
||||
|
|
Loading…
Reference in a new issue