This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2024-12-29 02:35:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f652ad7627
gitignore
/
Laravel.gitignore
11 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Laravel4 gitignore
2014-04-16 08:05:10 +08: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 15:49:24 +08:00
.env
added .env.example for projects generated with laravel new command
2015-10-15 22:58:00 +08: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-24 03:58:40 +08:00
/vendor
/node_modules
/app/storage
Reference in New Issue
Copy Permalink