This website requires JavaScript.
Explore
Help
Register
Sign In
rune
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
Code
Pull Requests
Activity
f652ad7627
gitignore
/
Laravel.gitignore
11 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Laravel4 gitignore
2014-04-16 02:05:10 +02:00
/bootstrap/compiled.php
.env.*.php
.env.php
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 08:49:24 +01:00
.env
added .env.example for projects generated with laravel new command
2015-10-15 16:58:00 +02:00
.env.example
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 21:58:40 +02:00
/vendor
/node_modules
/app/storage
Copy Permalink