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:
Redian 2015-11-26 21:04:23 +00:00
parent bd4020d9de
commit 4a576b06e8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ build
*.egg-info
_mailinglist
.tox
.cache/