trivial: add untracked files to .gitignore (#62568)

This commit is contained in:
Corentin Sechet 2022-03-09 07:49:02 +01:00
parent a0e0837265
commit 97d6a732b2
1 changed files with 12 additions and 1 deletions

13
.gitignore vendored
View File

@ -1,4 +1,15 @@
**/*.css.map
**/django.mo
*.pyc
local_settings.py
.coverage
/wcs/qommon/static/css/dc2/admin.css
/wcs/qommon/static/css/qommon.css
MANIFEST
build/
coverage.xml
data/themes/publik-base
htmlcov/
junit-*.xml
local_settings.py
pylint.out
wcs.egg-info/