We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6941ff commit 80d69b3Copy full SHA for 80d69b3
.gitignore
@@ -31,14 +31,18 @@ cscope.*
31
*~
32
\#*\#
33
34
+*.sql
35
+
36
# Unit test / coverage reports
37
htmlcov/
38
.tox/
39
+.venv/
40
.coverage
41
.coverage.*
42
43
# Django stuff
44
*.log
45
+/*.json
46
47
# Sphinx stuff
48
/docs/_build
@@ -52,3 +56,6 @@ htmlcov/
52
56
53
57
# Patchwork configuration files
54
58
patchwork/settings/production.py
59
60
+# docker-compose configuration files
61
+/.env
0 commit comments