diff options
author | Stephen Finucane <stephen@that.guru> | 2018-09-19 22:43:02 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-09-19 22:43:42 +0100 |
commit | b4d112a63d644a114224f755d5ad0a102df4e3ff (patch) | |
tree | 2078f213f5bfaba36ef5d76ccc8799c3da60c49a /.gitignore | |
parent | 15624c463b2dd4b9eee390afc2d47d76f9a7d12b (diff) | |
download | patchwork-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-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -41,7 +41,6 @@ htmlcov/ # Django stuff *.log -/*.json # Sphinx stuff /docs/_build |