add local storage files to gitignore

This commit is contained in:
2025-08-17 13:13:09 +01:00
parent 43aafba57a
commit c7e4635b43

4
.gitignore vendored
View File

@@ -48,3 +48,7 @@ dist/
# Keep Next.js type helper tracked # Keep Next.js type helper tracked
!next-env.d.ts !next-env.d.ts
# Local data caches (do not commit)
data/cards.json
data/checklist.json