added more files to dockerignore

This commit is contained in:
Jenny Danzmayr 2023-11-12 16:21:25 +01:00
parent 066e0c0701
commit ddfa684c97

View file

@ -3,7 +3,7 @@ db.sqlite3
static.dist static.dist
c3nav.cfg c3nav.cfg
/src/data /src/data
loadproduction.sh loadproduction*.sh
runtileserver.sh runtileserver.sh
test.py test.py
test.svg test.svg
@ -21,6 +21,7 @@ __pycache__/
# Distribution / packaging # Distribution / packaging
.Python .Python
env/ env/
.env
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/