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
|
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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue