WIP Vagrantfile
This commit is contained in:
parent
618747270f
commit
a2fc94c7bf
3
.gitignore
vendored
3
.gitignore
vendored
@ -127,3 +127,6 @@ dmypy.json
|
|||||||
|
|
||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
|
#vagrant
|
||||||
|
.vagrant
|
4
Vagrantfile
vendored
Normal file
4
Vagrantfile
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Vagrant.configure("2") do |config|
|
||||||
|
config.vm.box = "generic/ubuntu2004"
|
||||||
|
config.vm.box_version = "3.1.6"
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user