diff options
author | Jonathan Campbell <healsdata@gmail.com> | 2013-11-03 00:43:07 -0400 |
---|---|---|
committer | Jonathan Campbell <healsdata@gmail.com> | 2013-11-03 00:43:07 -0400 |
commit | 5343cb30b2bc251fa889bc37364cdec139516ec4 (patch) | |
tree | f0984a0504d29419aae9fe4fb029f6ea8a9b718f /Global/Vagrant.gitignore | |
parent | ecf9bac896e8e01d207838563c3c465d23cdc7a2 (diff) | |
download | gitignore-5343cb30b2bc251fa889bc37364cdec139516ec4.tar.gz gitignore-5343cb30b2bc251fa889bc37364cdec139516ec4.zip |
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.
Diffstat (limited to 'Global/Vagrant.gitignore')
-rw-r--r-- | Global/Vagrant.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |