dev #4

Merged
corbz merged 29 commits from dev into master 2025-02-16 20:52:11 +00:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit fc752d6a84 - Show all commits

View File

@ -8,4 +8,6 @@ __pycache__/
.vscode/
db.sqlite
db.sqlite-shm
db.sqlite-wal
db.sqlite-wal
zomboid/
data/

4
.gitignore vendored
View File

@ -5,4 +5,6 @@ __pycache__/
*.pyc
db.sqlite
db.sqlite-shm
db.sqlite-wal
db.sqlite-wal
zomboid/
data/