aboutsummaryrefslogtreecommitdiffstats
path: root/Laravel.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* do not ignore storage/ directory0xBADDCAFE2016-05-181-1/+0
|
* Cleaned according to commentsDinar Garipov2016-03-071-2/+3
|
* Added nore ignores. Removed.env example fileDinar Garipov2016-03-061-1/+2
|
* missed slash in laravel.gitignorejerodev2015-10-281-1/+1
|
* Merged Laravel & Lumen + grouped rulesjerodev2015-10-281-6/+9
|
* Merged laravel and laravel5jerodev2015-10-281-5/+6
|
* Added some folders the are "compiled" thingsHélio2015-10-231-0/+5
| | | | | | /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
* added .env.example for projects generated with laravel new commandJoshua Mabina2015-10-151-0/+1
|
* Add ".env" to Laravel.gitignorejake johns2015-03-101-0/+1
| | | | | | | 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
* Renaming Laravel4 to LaravelTony Arra2014-09-021-0/+3
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