chore: update file structure for uploaded images, moving storage to data/uploads and enhancing README documentation

This commit is contained in:
Julien Froidefond
2026-01-28 11:33:40 +01:00
parent b969ab2bd8
commit 040efcdf29
5 changed files with 78 additions and 7 deletions

4
.gitignore vendored
View File

@@ -45,7 +45,9 @@ next-env.d.ts
/data/*.db
/data/backups/*
/data/uploads/notes/*
!/data/uploads/notes/.gitkeep
# Uploaded images
# Uploaded images (legacy - now using data/uploads)
/public/uploads/notes/*
!/public/uploads/notes/.gitkeep