From 76750e9789ad10d45134c1ab59efa586007be984 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sat, 6 Jan 2018 18:14:49 +0000 Subject: [PATCH] gitignore: Ignore JSON files These are generated by the 'dumpdata' management command. Signed-off-by: Stephen Finucane --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 31fea23c..1d8b0735 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ htmlcov/ # Django stuff *.log +/*.json # Sphinx stuff /docs/_build -- 2.47.3