paragonie / csp-builder

Build Content-Security-Policy headers from a JSON file (or build them programmatically)
https://paragonie.com/projects
MIT License
544 stars 39 forks source link

Ignore PHPUnit result cache #67

Closed fritzmg closed 1 year ago

fritzmg commented 1 year ago

When running vendor/bin/phpunit PHPUnit will create a .phpunit.result.cache files in the working directory - a file that should not be committed to the repository. This PR adds .phpunit.result.cache to the .gitignore.