diff --git a/.dockerignore b/.dockerignore index 1c7a300..d6313bc 100644 --- a/.dockerignore +++ b/.dockerignore @@ -8,4 +8,6 @@ __pycache__/ .vscode/ db.sqlite db.sqlite-shm -db.sqlite-wal \ No newline at end of file +db.sqlite-wal +zomboid/ +data/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1cdca00..e97fde2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ __pycache__/ *.pyc db.sqlite db.sqlite-shm -db.sqlite-wal \ No newline at end of file +db.sqlite-wal +zomboid/ +data/ \ No newline at end of file