Added Vagrant config and script for quick setting up a virtual development environment.

This commit is contained in:
flash 2022-01-17 02:37:46 +01:00
parent fb77a936f5
commit 8df4166520
9 changed files with 381 additions and 1 deletions

6
.gitignore vendored
View file

@ -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