From e9676500ed13ca9eb7fe4327c34be6281caf1743 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 25 Oct 2020 16:10:37 -0700 Subject: [PATCH] add output json files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b33ee44..c7acde7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target __pycache__ -*.pyc \ No newline at end of file +*.pyc +/output-for-* -- 2.30.2