diff mbox series

[1/6] gitignore: Ignore JSON files

Message ID 20180110000526.27392-2-stephen@that.guru
State Accepted
Headers show
Series Random cleanups | expand

Commit Message

Stephen Finucane Jan. 10, 2018, 12:05 a.m. UTC
These are generated by the 'dumpdata' management command.

Signed-off-by: Stephen Finucane <stephen@that.guru>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 31fea23c..1d8b0735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@  htmlcov/
 
 # Django stuff
 *.log
+/*.json
 
 # Sphinx stuff
 /docs/_build