Added .vagrant to ignore

This commit is contained in:
James Tombleson 2019-05-07 15:33:25 -07:00
parent c094921e17
commit b227938ad9
7 changed files with 3 additions and 14 deletions

3
.gitignore vendored
View File

@ -10,3 +10,6 @@
# Ansible Inventory
hosts
win_hosts
# Vagrant
.vagrant

View File

@ -1 +0,0 @@
1556550033

View File

@ -1 +0,0 @@
1001

View File

@ -1 +0,0 @@
96b95408-ffc7-44c3-919f-402645785ccd

View File

@ -1 +0,0 @@
3d922cc5783b466ab28a7ae61cc46639

View File

@ -1 +0,0 @@
/home/jamestombleson/Documents/github/ansible

View File

@ -1,9 +0,0 @@
# This file loads the proper rgloader/loader.rb file that comes packaged
# with Vagrant so that encoded files can properly run with Vagrant.
if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
require File.expand_path(
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
else
raise "Encoded files can't be read outside of the Vagrant installer."
end