Change homestead file method
This commit is contained in:
parent
24fadc0cb2
commit
f8d13e311a
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@
|
|||
.vagrant/*
|
||||
|
||||
composer.lock
|
||||
|
||||
Homestead.yaml
|
||||
|
|
|
@ -12,7 +12,7 @@ keys:
|
|||
- ~/.ssh/id_rsa
|
||||
|
||||
folders:
|
||||
- map: "/path/to/local/files"
|
||||
- map: "/path/to/local/folder"
|
||||
to: "/home/vagrant/panel"
|
||||
type: nfs
|
||||
|
Loading…
Reference in a new issue