1
0
mirror of https://github.com/github/gitignore synced 2024-06-07 05:07:57 +02:00
gitignore/Laravel.gitignore
Hélio 344fc711d0 Added some folders the are "compiled" things
/vendor - composer modules can be (and probably should) recompiled. Laravel comes with this line by default.
/node_modules - npm modules, same of /vendor.  Laravel comes with this line by default.

/app/storage - Laravel things that can be despised (in staging) like cache, views cache and sessions
2015-10-23 16:58:40 -03:00

11 lines
99 B
Plaintext

/bootstrap/compiled.php
.env.*.php
.env.php
.env
.env.example
/vendor
/node_modules
/app/storage