diff options
author | Rohan Vakharia <rohanvakharia@users.noreply.github.com> | 2019-03-08 18:13:28 +0530 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-03-08 08:43:28 -0400 |
commit | dfc56427c353279654a8685768d00c1ae0c86f30 (patch) | |
tree | 60495bde7be81773fda9a162d4e5887d57b7dcf2 /Laravel.gitignore | |
parent | cd49307a2c461a5cc9d7d89067cc128c033b11c8 (diff) | |
download | gitignore-dfc56427c353279654a8685768d00c1ae0c86f30.tar.gz gitignore-dfc56427c353279654a8685768d00c1ae0c86f30.zip |
Add .phpunit.result.cache to the .gitignore (#2973)
Diffstat (limited to 'Laravel.gitignore')
-rw-r--r-- | Laravel.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Laravel.gitignore b/Laravel.gitignore index 6552ddf8..c1c50600 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -15,3 +15,4 @@ storage/*.key Homestead.yaml Homestead.json /.vagrant +.phpunit.result.cache |