Browse Source

keep the data folder but not the contents

marek 1 month ago
parent
commit
8f90f9b1ef
2 changed files with 4 additions and 1 deletions
  1. 4 1
      .gitignore
  2. 0 0
      data/.gitkeep

+ 4 - 1
.gitignore

@@ -6,4 +6,7 @@ bun.lock
 .env
 
 # sqlite databases
-data/
+data/**
+
+# keep empty folders
+!**/.gitkeep

+ 0 - 0
data/.gitkeep