From: Stephen Finucane Date: Wed, 16 May 2018 14:12:14 +0000 (+0100) Subject: gitignore: Synchronize with master X-Git-Tag: v2.0.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d69b37fc867033ea6c7d9b535a288927fbadb7;p=thirdparty%2Fpatchwork.git gitignore: Synchronize with master These files are still present on the older branch. Signed-off-by: Stephen Finucane --- 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