mirror of https://github.com/pallets/flask.git
ignore pytest cache
This commit is contained in:
parent
b0c1da1e7e
commit
624895620a
|
@ -3,19 +3,20 @@
|
|||
.flaskenv
|
||||
*.pyc
|
||||
*.pyo
|
||||
env
|
||||
env/
|
||||
env*
|
||||
dist
|
||||
build
|
||||
dist/
|
||||
build/
|
||||
*.egg
|
||||
*.egg-info
|
||||
*.egg-info/
|
||||
_mailinglist
|
||||
.tox
|
||||
.tox/
|
||||
.cache/
|
||||
.pytest_cache/
|
||||
.idea/
|
||||
|
||||
# Coverage reports
|
||||
htmlcov
|
||||
htmlcov/
|
||||
.coverage
|
||||
.coverage.*
|
||||
*,cover
|
||||
|
|
Loading…
Reference in New Issue