Commit Graph

11 Commits

Author SHA1 Message Date
Bo-Yi Wu 14cf3b029d ignore public/storage for laravel 5
Ref: https://github.com/laravel/laravel/blob/master/.gitignore#L2
2016-10-17 13:48:16 +08:00
0xBADDCAFE 63cf442bbe do not ignore storage/ directory 2016-05-18 14:11:54 +09:00
Dinar Garipov 76ac5a203b Cleaned according to comments 2016-03-07 09:58:18 +01:00
Dinar Garipov 8e6c678f11 Added nore ignores. Removed.env example file 2016-03-06 11:51:52 +01:00
jerodev 5dda2849bf missed slash in laravel.gitignore 2015-10-28 13:28:46 +01:00
jerodev 3a838f8640 Merged Laravel & Lumen + grouped rules 2015-10-28 13:24:11 +01:00
jerodev 1d16414b1f Merged laravel and laravel5 2015-10-28 08:43:54 +01:00
Hélio 344fc711d0 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
2015-10-23 16:58:40 -03:00
Joshua Mabina a811a95e63 added .env.example for projects generated with laravel new command 2015-10-15 18:02:24 +03:00
jake johns 8c0685fd96 Add ".env" to Laravel.gitignore
Laravel 5 uses vlucas/phpdotenv for env configuration.
http://laravel.com/docs/5.0/configuration#environment-configuration
Previous version used env.php files. the new configuration files do not have
.php extension
2015-03-10 02:49:24 -05:00
Tony Arra 858b0b251a Renaming Laravel4 to Laravel
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
2014-09-02 15:51:10 +10:00