Make explicit that the Vagrantfile is meant to be used for development
This commit is contained in:
parent
a7770a00ad
commit
7e6781cd02
2 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,5 +22,7 @@ doc/
|
||||||
.vagrant
|
.vagrant
|
||||||
/cache
|
/cache
|
||||||
|
|
||||||
|
Vagrantfile
|
||||||
|
|
||||||
/boxes/**/*.tar.gz
|
/boxes/**/*.tar.gz
|
||||||
/boxes/output/
|
/boxes/output/
|
||||||
|
|
Loading…
Reference in a new issue