]> source.dussan.org Git - gitignore.git/commit
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)
commit344fc711d0336313af767ef75be3f937da7dd144
treeb4cee3b37b5323c8a42b8bb6f71d264518a4c704
parentd06a6e2c6b79b7583ba60ab507796dcee99adf99
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