Create an ignore file for Vagrant's configuration and internal files.

Documented at http://docs.vagrantup.com/v2/getting-started/project_setup.html

These files are created automatically the first time a vagrant box is started.
This commit is contained in:
Jonathan Campbell 2013-11-03 00:43:07 -04:00
parent ecf9bac896
commit 5343cb30b2

2
Global/Vagrant.gitignore Normal file
View File

@ -0,0 +1,2 @@
.vagrant/
Vagrantfile