Skip to content

Commit 80d69b3

Browse files
committed
gitignore: Synchronize with master
These files are still present on the older branch. Signed-off-by: Stephen Finucane <[email protected]>
1 parent d6941ff commit 80d69b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,18 @@ cscope.*
3131
*~
3232
\#*\#
3333

34+
*.sql
35+
3436
# Unit test / coverage reports
3537
htmlcov/
3638
.tox/
39+
.venv/
3740
.coverage
3841
.coverage.*
3942

4043
# Django stuff
4144
*.log
45+
/*.json
4246

4347
# Sphinx stuff
4448
/docs/_build
@@ -52,3 +56,6 @@ htmlcov/
5256

5357
# Patchwork configuration files
5458
patchwork/settings/production.py
59+
60+
# docker-compose configuration files
61+
/.env

0 commit comments

Comments
 (0)