chore: clean empty placeholder dirs, tidy .gitignore, add .gitkeep for runtime dirs

This commit is contained in:
Claus Lohmar 2026-06-14 15:11:31 +00:00
parent 93104b24d6
commit f6fba3ab62
3 changed files with 5 additions and 3 deletions

8
.gitignore vendored
View file

@ -4,6 +4,8 @@ app/core.exe
app/data/*.db
app/data/*.db-wal
app/data/*.db-shm
src/setupcheck
src/setupcheck.exe
# OS files
.DS_Store
@ -19,6 +21,6 @@ Thumbs.db
.env
.env.local
# Generated binaries (development build)
src/core/setupcheck
src/core/setupcheck.exe
# Temp
tmp/
*.tmp

0
app/data/.gitkeep Normal file
View file

0
app/modules/.gitkeep Normal file
View file