Skip to content

Commit

Permalink
Basic Vagrant setup (Adyen#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
msilvagarcia authored Nov 4, 2019
1 parent e538fed commit 3174037
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ composer.lock

# ignore PhpStorm .idea folder
.idea

# ignore Vagrant metadata files
# these files are unique to each user
.vagrant
4 changes: 4 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Vagrant.configure("2") do |config|
config.vm.box = "hashicorp/bionic64"
config.vm.box_version = "1.0.282"
end

0 comments on commit 3174037

Please sign in to comment.