Merge pull request #4725 from calebporzio/patch-1
Add .phpunit.result.cache to the .gitignore
This commit is contained in:
commit
90b6165a2a
|
@ -11,3 +11,4 @@ Homestead.yaml
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.env
|
.env
|
||||||
|
.phpunit.result.cache
|
||||||
|
|
Loading…
Reference in New Issue