mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-28 13:48:16 +00:00
clean up script and ignore patterns updated
This commit is contained in:
parent
68d27fe0d3
commit
ae56eaea46
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,7 +12,7 @@ ghostdriver.log
|
|||
/.cache/
|
||||
/htmlcov/
|
||||
*.py,cover
|
||||
.idea/
|
||||
/.idea/
|
||||
|
||||
MANIFEST.in~
|
||||
MIND_BUCKET.rst
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue