mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: .pytest_cache is tracked by git
Solution: Put .pytest_cache/ in the .gitignore file.
This commit is contained in:
parent
e7b65410dd
commit
87d74a704b
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,6 +40,7 @@ htmlcov/
|
|||||||
.coverage
|
.coverage
|
||||||
.coverage.*
|
.coverage.*
|
||||||
.cache
|
.cache
|
||||||
|
.pytest_cache/
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
*.cover
|
*.cover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user