Skip to content

Commit 4a576b0

Browse files
committed
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 ```
1 parent bd4020d commit 4a576b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ build
99
*.egg-info
1010
_mailinglist
1111
.tox
12+
.cache/

0 commit comments

Comments
 (0)