From 40154c6d4e8e2b25ca5d7e1040611caac21ac31c Mon Sep 17 00:00:00 2001 From: Elias Showk Date: Thu, 8 Mar 2018 15:12:46 +0100 Subject: [PATCH] add git ignored files for sass, build, tests, coverage --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 0d20b648..bf645b4d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/