Updated .gitignore with .gitkeep files to keep directory structure

This commit is contained in:
Jakob Friedl
2025-07-21 22:16:09 +02:00
parent 581af47395
commit 1a3724a2fd
4 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@
*.db *.db
# Ignore binaries # Ignore binaries
bin/* bin/*
!bin/.gitkeep
*.exe *.exe
# Nim # Nim

0
bin/.gitkeep Normal file
View File

0
data/.gitkeep Normal file
View File

0
docs/.gitkeep Normal file
View File