From c1af2ae829188b71f71adaf4146d4083ecbcdda4 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Tue, 5 Nov 2013 22:41:37 -0500 Subject: [PATCH] Allow the Vagrantfile to be tracked as that's the intended purpose. From the documentation at http://docs.vagrantup.com/v2/getting-started/project_setup.html "The Vagrantfile is meant to be committed to version control with your project, if you use version control. This way, every person working with that project can benefit from Vagrant without any upfront work." --- Global/Vagrant.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore index 3ccb4060..a977916f 100644 --- a/Global/Vagrant.gitignore +++ b/Global/Vagrant.gitignore @@ -1,2 +1 @@ .vagrant/ -Vagrantfile