Skip to content

Commit 75a2686

Browse files
committed
chore(infra): initialiser le projet avec vagrant et gitignore
1 parent 39e846d commit 75a2686

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vagrant/

Vagrantfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Vagrant.configure("2") do |config|
2+
config.vm.box = "debian/bookworm64"
3+
config.vbguest.auto_update = false
4+
end

0 commit comments

Comments
 (0)