Added .vagrant to ignore
This commit is contained in:
parent
c094921e17
commit
b227938ad9
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,3 +10,6 @@
|
||||
# Ansible Inventory
|
||||
hosts
|
||||
win_hosts
|
||||
|
||||
# Vagrant
|
||||
.vagrant
|
||||
|
@ -1 +0,0 @@
|
||||
1556550033
|
@ -1 +0,0 @@
|
||||
1001
|
@ -1 +0,0 @@
|
||||
96b95408-ffc7-44c3-919f-402645785ccd
|
@ -1 +0,0 @@
|
||||
3d922cc5783b466ab28a7ae61cc46639
|
@ -1 +0,0 @@
|
||||
/home/jamestombleson/Documents/github/ansible
|
@ -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
|
Loading…
Reference in New Issue
Block a user