From c7e4635b432f3987fb82c4afaf31694e76d3463b Mon Sep 17 00:00:00 2001 From: Foohoo Date: Sun, 17 Aug 2025 13:13:09 +0100 Subject: [PATCH] add local storage files to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d9a8c15..3ffdf0c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,7 @@ dist/ # Keep Next.js type helper tracked !next-env.d.ts + +# Local data caches (do not commit) +data/cards.json +data/checklist.json