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
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ build
|
|||
*.egg-info
|
||||
_mailinglist
|
||||
.tox
|
||||
.cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue