[PATCH 1/6] gitignore: Ignore JSON files
Stephen Finucane
stephen at that.guru
Wed Jan 10 11:05:21 AEDT 2018
These are generated by the 'dumpdata' management command.
Signed-off-by: Stephen Finucane <stephen at that.guru>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
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
--
2.14.3
More information about the Patchwork
mailing list