mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00

/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
10 lines
99 B
Text
10 lines
99 B
Text
/bootstrap/compiled.php
|
|
.env.*.php
|
|
.env.php
|
|
.env
|
|
.env.example
|
|
|
|
/vendor
|
|
/node_modules
|
|
/app/storage
|
|
|