]> source.dussan.org Git - gitignore.git/commitdiff
Added some folders the are "compiled" things 1713/head
authorHélio <insign@gmail.com>
Fri, 23 Oct 2015 19:58:40 +0000 (16:58 -0300)
committerHélio <insign@gmail.com>
Fri, 23 Oct 2015 19:58:40 +0000 (16:58 -0300)
/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

index 8b4e7b85b4d4064bc6844db5a962b1d90c8dbdbe..79906c805c2af7ed9b295aad46b6406bdf6b1545 100644 (file)
@@ -3,3 +3,8 @@
 .env.php
 .env
 .env.example
+
+/vendor
+/node_modules
+/app/storage
+