1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-11 10:03:00 +00:00

Merge pull request #305 from graingert/add-cache-to-gitignore

add .cache to gitignore
This commit is contained in:
Kevin McCarthy
2017-04-03 06:40:21 -10:00
committed by GitHub

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
*.pyc *.pyc
.tox .tox
.cache
build/ build/
dist/ dist/
*.egg/ *.egg/