From dd9f8c77a38cd6fbd49d5e0a7390eccfc49ed24b Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 4 Sep 2017 11:04:12 +0200 Subject: [PATCH] Ignore _sp.json configurations Configurations ending with _sp.json are created by the screen panel as temporary configs - they should not be stored. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d4c0420..c4b383c 100644 --- a/.gitignore +++ b/.gitignore @@ -143,4 +143,6 @@ ENV/ *.pyc to_convert/*.json -to_convert/*.npy \ No newline at end of file +to_convert/*.npy + +*_sp.json \ No newline at end of file