From fdf2cfb00ba1fe8605470d6cdcc0303d4f92cefe Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Sun, 15 Jan 2023 14:56:08 +0100 Subject: [PATCH] Ignore and remove generated grid count file --- .gitignore | 1 + Public/count.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Public/count.js diff --git a/.gitignore b/.gitignore index f1bf5b9..cd64d6d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ Public/caps.json Training/backup/ Training/config.json Public/thumbnails +Public/count.js diff --git a/Public/count.js b/Public/count.js deleted file mode 100644 index c178f9a..0000000 --- a/Public/count.js +++ /dev/null @@ -1 +0,0 @@ -const numberOfCaps = 1875;