These files are still present on the older branch.

Signed-off-by: Stephen Finucane <step...@that.guru>
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 31fea23c..aa7336db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,14 +31,18 @@ cscope.*
 *~
 \#*\#
 
+*.sql
+
 # Unit test / coverage reports
 htmlcov/
 .tox/
+.venv/
 .coverage
 .coverage.*
 
 # Django stuff
 *.log
+/*.json
 
 # Sphinx stuff
 /docs/_build
@@ -52,3 +56,6 @@ htmlcov/
 
 # Patchwork configuration files
 patchwork/settings/production.py
+
+# docker-compose configuration files
+/.env
-- 
2.17.0

_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to