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
|
||||||
app/data/*.db-wal
|
app/data/*.db-wal
|
||||||
app/data/*.db-shm
|
app/data/*.db-shm
|
||||||
|
src/setupcheck
|
||||||
|
src/setupcheck.exe
|
||||||
|
|
||||||
# OS files
|
# OS files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
@ -19,6 +21,6 @@ Thumbs.db
|
||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
# Generated binaries (development build)
|
# Temp
|
||||||
src/core/setupcheck
|
tmp/
|
||||||
src/core/setupcheck.exe
|
*.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