Skip to content

Commit 9419f7f

Browse files
committed
chore: exclude .git and build artifacts from Docker context
1 parent 2b4cc7e commit 9419f7f

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.dockerignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,28 @@ uploads
1818
**/*.db
1919
_test
2020
backend/data/*
21+
22+
.git
23+
cypress/
24+
test/
25+
banner.png
26+
demo.png
27+
docker-compose*.yaml
28+
Makefile
29+
run.sh
30+
run-compose.sh
31+
run-ollama-docker.sh
32+
update_ollama_models.sh
33+
confirm_remove.sh
34+
contribution_stats.py
35+
hatch_build.py
36+
pyproject.toml
37+
uv.lock
38+
.pre-commit-config.yaml
39+
README.md
40+
TROUBLESHOOTING.md
41+
CODE_OF_CONDUCT.md
42+
LICENSE
43+
LICENSE_HISTORY
44+
LICENSE_NOTICE
45+
CONTRIBUTOR_LICENSE_AGREEMENT

0 commit comments

Comments
 (0)