From 0c3a8b94b4649340d4151cad2df8e7735c703abc Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 24 May 2020 15:23:40 -0500 Subject: [PATCH] Ignoring local json files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2b668aa..10bf5e1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ /target # Ignore local animeboxes backup files -*.abbj \ No newline at end of file +*.abbj + +# Ignore json data files +*.json \ No newline at end of file