From 0c37b4f0c7a67ab596c7b3aa6d52550ca438f585 Mon Sep 17 00:00:00 2001 From: James Miller Date: Sat, 25 Apr 2020 02:32:36 -0500 Subject: [PATCH] upate .gitignore to ignore the tmp output of combiner --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 299c5e0..0d64822 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ tmp.db spells_temp.txt *.py.swp .vscode +tmp-combined.json +tmp-combined.yaml +tmp-combined-flat.json ############################## # Standard python git ignore #