From 344fc711d0336313af767ef75be3f937da7dd144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lio?= Date: Fri, 23 Oct 2015 16:58:40 -0300 Subject: [PATCH] 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 --- Laravel.gitignore | 5 +++++ 1 file changed, 5 insertions(+) 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 +