From: Hélio Date: Fri, 23 Oct 2015 19:58:40 +0000 (-0300) Subject: Added some folders the are "compiled" things X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=344fc711d0336313af767ef75be3f937da7dd144;p=gitignore.git 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 --- diff --git a/Laravel.gitignore b/Laravel.gitignore index 8b4e7b85..79906c80 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -3,3 +3,8 @@ .env.php .env .env.example + +/vendor +/node_modules +/app/storage +