Problem: .pytest_cache is tracked by git

Solution: Put .pytest_cache/ in the .gitignore file.
This commit is contained in:
Sylvain Bellemare 2018-02-12 18:01:46 +01:00
parent e7b65410dd
commit 87d74a704b
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -40,6 +40,7 @@ htmlcov/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover