mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 13:18:24 -04:00
Don’t version control Pytest cache
Pytest moved its cache from `./.cache` (which is in our `.gitignore`) to `./.pytest_cache` (which isn’t). It’s annoying having to be careful not to commit it all the time, so this commit makes it ignored. See https://github.com/pytest-dev/pytest/issues/3286 for more context.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -40,6 +40,7 @@ htmlcov/
|
|||||||
.coverage
|
.coverage
|
||||||
.coverage.*
|
.coverage.*
|
||||||
.cache
|
.cache
|
||||||
|
.pytest_cache
|
||||||
coverage.xml
|
coverage.xml
|
||||||
test_results.xml
|
test_results.xml
|
||||||
*,cover
|
*,cover
|
||||||
|
|||||||
Reference in New Issue
Block a user