From 60582234f978553aab6bbc11291de6dfc800a36c Mon Sep 17 00:00:00 2001 From: banditopazzo Date: Tue, 27 Feb 2024 13:06:02 +0100 Subject: [PATCH] chore: add .vagrant folder to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 888c3c83..66604421 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ compile_commands.json .cache + +.vagrant \ No newline at end of file