mirror of
https://github.com/github/gitignore
synced 2024-11-23 04:04:21 +01:00
Merge pull request #2772 from fabiofdsantos/patch-1
Update Laravel.gitignore
This commit is contained in:
commit
5a7a3cddf3
@ -1,6 +1,7 @@
|
|||||||
vendor/
|
vendor/
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
|
||||||
# Laravel 4 specific
|
# Laravel 4 specific
|
||||||
bootstrap/compiled.php
|
bootstrap/compiled.php
|
||||||
@ -10,11 +11,7 @@ app/storage/
|
|||||||
public/storage
|
public/storage
|
||||||
public/hot
|
public/hot
|
||||||
storage/*.key
|
storage/*.key
|
||||||
.env.*.php
|
|
||||||
.env.php
|
|
||||||
.env
|
.env
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
Homestead.json
|
Homestead.json
|
||||||
|
/.vagrant
|
||||||
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
|
|
||||||
.rocketeer/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user