Ignore PHPUnit result cache (#316)
Ignore the generated PHPUnit cache directory and remove its volatile test-results file from Git tracking so test runs no longer dirty protected branch checkouts.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
/docker-compose.yml
|
/docker-compose.yml
|
||||||
/services/nginx/app/vendor/
|
/services/nginx/app/vendor/
|
||||||
/services/nginx/app/modules/washcertificates/vendor/
|
/services/nginx/app/modules/washcertificates/vendor/
|
||||||
|
/services/nginx/app/.phpunit.cache/
|
||||||
/services/nginx/letsencrypt/
|
/services/nginx/letsencrypt/
|
||||||
*.pem
|
*.pem
|
||||||
*.log.gz
|
*.log.gz
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user