diff options
author | Tim Hunter <thorrsson@github.com> | 2024-11-27 09:10:03 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-27 09:10:03 -1000 |
commit | ef51696ad769a2c7321ed16e9d92cf91335067a2 (patch) | |
tree | de27d921c8ee4441d94b5cb799a31ad2b7900af8 | |
parent | 95c8bf079cf5600d967696c7f253e352ae77d83d (diff) | |
parent | 77f5e60953b9473ef7c9841a2ebf829689a362d7 (diff) | |
download | gitignore-ef51696ad769a2c7321ed16e9d92cf91335067a2.tar.gz gitignore-ef51696ad769a2c7321ed16e9d92cf91335067a2.zip |
Merge pull request #4540 from moser-jose/moserj
included lines in Laravel.gitignore file
-rw-r--r-- | Laravel.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Laravel.gitignore b/Laravel.gitignore index 297959a1..d5673e32 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -21,3 +21,10 @@ Homestead.yaml Homestead.json /.vagrant .phpunit.result.cache + +/public/build +/storage/pail +.env.backup +.env.production +.phpactor.json +auth.json |