chore: ignore app/public/uploads/ and remove spurious root package-lock.json

uploads/ is generated at runtime by Docker and must not be tracked.
package-lock.json in the repo root was created by accident.
This commit is contained in:
2026-05-19 14:10:57 +02:00
parent db6b727902
commit b9ebd250e7
+3
View File
@@ -31,6 +31,9 @@ Thumbs.db
# Dati locali (bind mount Docker)
data/
# Uploads generati a runtime (volume Docker)
app/public/uploads/
# Backup
backups/