remove uploads from repo but keep empty folder

This commit is contained in:
2026-02-04 19:19:18 +01:00
parent 06d45734ce
commit d98c97a81f
3 changed files with 450 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ dist/
prisma/backups/*
!prisma/backups/.gitkeep
# Uploads (user files, keep folder structure)
uploads/*
!uploads/.gitkeep
# Logs
*.log
npm-debug.log*