From 65f478e675acf348ff1a74c8098b30fe16e22212 Mon Sep 17 00:00:00 2001 From: Foohoo Date: Sun, 17 Aug 2025 15:31:35 +0100 Subject: [PATCH] add overrides.json to the ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3ffdf0c..3434473 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ dist/ # Local data caches (do not commit) data/cards.json data/checklist.json +data/overrides.json