mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-04 13:30:02 -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.*
|
||||
.cache
|
||||
.pytest_cache
|
||||
coverage.xml
|
||||
test_results.xml
|
||||
*,cover
|
||||
|
||||
Reference in New Issue
Block a user