Remove VMWare from code base

This commit is contained in:
Greg Hellings
2025-08-21 21:59:53 -05:00
parent 85442c28a7
commit 7739dc4d77
14 changed files with 0 additions and 95 deletions
-3
View File
@@ -9,7 +9,4 @@ Vagrant.configure('2') do |c|
c.vm.provider :virtualbox do |v|
v.gui = false
end
c.vm.provider :vmware_fusion do |v|
v.gui = false
end
end