From 001613b4fa4839fea0bc6719b7f0ef858ff8e198 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 8 Nov 2025 14:03:00 -0600 Subject: [PATCH] add microvm --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02b3207..63cd3b0 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ dist/ .env.local .env.development.local .env.test.local -.env.production.local \ No newline at end of file +.env.production.local + +microvm/ \ No newline at end of file