Added Vagrant config and script for quick setting up a virtual development environment.
This commit is contained in:
parent
fb77a936f5
commit
8df4166520
9 changed files with 381 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -22,6 +22,12 @@
|
|||
.vs/
|
||||
.idea/
|
||||
|
||||
# Vagrant things
|
||||
.vagrant/
|
||||
/devel/nginx/dhparam.pem
|
||||
/devel/nginx/misuzu.crt
|
||||
/devel/nginx/misuzu.key
|
||||
|
||||
# Compiled/copied assets
|
||||
/public/js
|
||||
/public/css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue