From: Stephen Finucane Date: Wed, 19 Sep 2018 21:43:02 +0000 (+0100) Subject: Revert "gitignore: Ignore JSON files" X-Git-Tag: v2.2.0-rc1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4d112a63d644a114224f755d5ad0a102df4e3ff;p=thirdparty%2Fpatchwork.git Revert "gitignore: Ignore JSON files" This reverts commit 76750e9789ad10d45134c1ab59efa586007be984. The 'dumpdata' command is run infrequently enough, and JSON files are that common, that we shouldn't really ignore these. Signed-off-by: Stephen Finucane --- diff --git a/.gitignore b/.gitignore index f37caccf..57376bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,6 @@ htmlcov/ # Django stuff *.log -/*.json # Sphinx stuff /docs/_build