]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
gitignore: Ignore JSON files
authorStephen Finucane <stephen@that.guru>
Sat, 6 Jan 2018 18:14:49 +0000 (18:14 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 9 Jan 2018 23:59:51 +0000 (23:59 +0000)
These are generated by the 'dumpdata' management command.

Signed-off-by: Stephen Finucane <stephen@that.guru>
.gitignore

index 31fea23c771c5c1a0e56969a17d3754d8de2ee57..1d8b07358b5ee3842ce3f36bab2a0a820747fce9 100644 (file)
@@ -39,6 +39,7 @@ htmlcov/
 
 # Django stuff
 *.log
+/*.json
 
 # Sphinx stuff
 /docs/_build