From: Stephen Finucane Date: Sat, 6 Jan 2018 18:14:49 +0000 (+0000) Subject: gitignore: Ignore JSON files X-Git-Tag: v2.1.0-rc1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76750e9789ad10d45134c1ab59efa586007be984;p=thirdparty%2Fpatchwork.git gitignore: Ignore JSON files These are generated by the 'dumpdata' management command. Signed-off-by: Stephen Finucane --- 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