From b4d112a63d644a114224f755d5ad0a102df4e3ff Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 19 Sep 2018 22:43:02 +0100 Subject: 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 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index f37cacc..57376bd 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,6 @@ htmlcov/ # Django stuff *.log -/*.json # Sphinx stuff /docs/_build -- cgit v1.2.3