Browse Source

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

```
pull/1629/head
Redian 9 years ago
parent
commit
4a576b06e8
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save