Vagrant support
Add vagrant support for easy local development
This commit is contained in:
parent
015630eaad
commit
5d503fe83c
6 changed files with 209 additions and 1 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
# project
|
||||
_site
|
||||
.sass-cache
|
||||
.vagrant
|
||||
|
||||
# general
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
Loading…
Add table
Add a link
Reference in a new issue