From e07d9cd87773dc7ba2c99ec4567652ca944a58d6 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 19 Apr 2021 10:32:16 -0400 Subject: [PATCH] Ignore a folder for some miscellaneous data --- scripts/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/.gitignore b/scripts/.gitignore index 26467ee7..e9f96b9a 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1,2 +1,3 @@ config.json -/*.py \ No newline at end of file +/*.py +misc-data/ \ No newline at end of file