From 5343cb30b2bc251fa889bc37364cdec139516ec4 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sun, 3 Nov 2013 00:43:07 -0400 Subject: [PATCH] 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. --- Global/Vagrant.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Vagrant.gitignore diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore new file mode 100644 index 00000000..3ccb4060 --- /dev/null +++ b/Global/Vagrant.gitignore @@ -0,0 +1,2 @@ +.vagrant/ +Vagrantfile -- 2.39.5