summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-09-19 22:43:02 +0100
committerStephen Finucane <stephen@that.guru>2018-09-19 22:43:42 +0100
commitb4d112a63d644a114224f755d5ad0a102df4e3ff (patch)
tree2078f213f5bfaba36ef5d76ccc8799c3da60c49a /.gitignore
parent15624c463b2dd4b9eee390afc2d47d76f9a7d12b (diff)
downloadpatchwork-b4d112a63d644a114224f755d5ad0a102df4e3ff.tar
patchwork-b4d112a63d644a114224f755d5ad0a102df4e3ff.tar.gz
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 <stephen@that.guru>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
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