chore: clean empty placeholder dirs, tidy .gitignore, add .gitkeep for runtime dirs
This commit is contained in:
parent
93104b24d6
commit
f6fba3ab62
3 changed files with 5 additions and 3 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
0
app/data/.gitkeep
Normal file
0
app/modules/.gitkeep
Normal file
0
app/modules/.gitkeep
Normal file
Loading…
Reference in a new issue