add git ignored files for sass, build, tests, coverage

This commit is contained in:
Elias Showk 2018-03-08 15:12:46 +01:00
parent 0bbe282874
commit 40154c6d4e
1 changed files with 14 additions and 0 deletions

14
.gitignore vendored
View File

@ -1 +1,15 @@
*.pyc
combo/local_settings.py
build/
coverage.xml
test_results.xml
db.sqlite3
combo.egg-info/
*.patch
*.mo
.sass-cache/
combo/apps/maps/static/css/combo.map.css
combo/apps/maps/static/css/combo.map.css.map
.cache
.coverage
.pytest_cache/