clean up script and ignore patterns updated

This commit is contained in:
Artur Barseghyan 2017-03-20 23:13:08 +01:00
parent 68d27fe0d3
commit ae56eaea46
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -12,7 +12,7 @@ ghostdriver.log
/.cache/
/htmlcov/
*.py,cover
.idea/
/.idea/
MANIFEST.in~
MIND_BUCKET.rst

View file

@ -6,3 +6,5 @@ rm -rf build/
rm -rf dist/
rm -rf src/django_fobi.egg-info/
rm -rf .cache/
rm -rf .idea/
rm -rf htmlcov/