Add more ignores and cleanup Vagrantfile adjustments
This commit is contained in:
parent
b11c86528a
commit
9f8d883852
|
@ -48,8 +48,10 @@ doc/
|
||||||
.ruby-version
|
.ruby-version
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
|
||||||
|
# Extensions
|
||||||
*.so
|
*.so
|
||||||
*.bundle
|
*.bundle
|
||||||
|
tmp/*
|
||||||
|
|
||||||
# Box storage for spec
|
# Box storage for spec
|
||||||
test/vagrant-spec/boxes/*.box
|
test/vagrant-spec/boxes/*.box
|
||||||
|
|
|
@ -14,10 +14,6 @@ Vagrant.configure("2") do |config|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
config.vm.provider :vmware_desktop do |v, override|
|
|
||||||
v.foobar = 'hi'
|
|
||||||
end
|
|
||||||
|
|
||||||
config.vm.provision "shell", inline: $shell
|
config.vm.provision "shell", inline: $shell
|
||||||
|
|
||||||
config.push.define "www", strategy: "local-exec" do |push|
|
config.push.define "www", strategy: "local-exec" do |push|
|
||||||
|
|
Loading…
Reference in New Issue