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
|
.flaskenv
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
env
|
env/
|
||||||
env*
|
env*
|
||||||
dist
|
dist/
|
||||||
build
|
build/
|
||||||
*.egg
|
*.egg
|
||||||
*.egg-info
|
*.egg-info/
|
||||||
_mailinglist
|
_mailinglist
|
||||||
.tox
|
.tox/
|
||||||
.cache/
|
.cache/
|
||||||
|
.pytest_cache/
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
# Coverage reports
|
# Coverage reports
|
||||||
htmlcov
|
htmlcov/
|
||||||
.coverage
|
.coverage
|
||||||
.coverage.*
|
.coverage.*
|
||||||
*,cover
|
*,cover
|
||||||
|
|
Loading…
Reference in New Issue