mirror of https://github.com/pallets/flask.git
Add .cache dir to gitignore
I think this could be handy and potentially minimise the risk anyone commits it to the project. ``` flask - (master) $ tree .cache/ .cache/ └── v └── cache └── lastfailed ```
This commit is contained in:
parent
bd4020d9de
commit
4a576b06e8
|
@ -9,3 +9,4 @@ build
|
||||||
*.egg-info
|
*.egg-info
|
||||||
_mailinglist
|
_mailinglist
|
||||||
.tox
|
.tox
|
||||||
|
.cache/
|
||||||
|
|
Loading…
Reference in New Issue