added more files to dockerignore
This commit is contained in:
parent
066e0c0701
commit
ddfa684c97
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ db.sqlite3
|
|||
static.dist
|
||||
c3nav.cfg
|
||||
/src/data
|
||||
loadproduction.sh
|
||||
loadproduction*.sh
|
||||
runtileserver.sh
|
||||
test.py
|
||||
test.svg
|
||||
|
@ -21,6 +21,7 @@ __pycache__/
|
|||
# Distribution / packaging
|
||||
.Python
|
||||
env/
|
||||
.env
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue