remove uploads from repo but keep empty folder

This commit is contained in:
2026-02-04 19:19:18 +01:00
parent 866a285037
commit 8c65fecef0
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*