/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
Laravel4 is the current standard.
This resolves the name with the custom Laravel.gitignore file in the
gitignore.io project. If support for Laravel3 is desired, it should be done in
a new file: "Laravel3.gitignore
Closes#1196