From c968299bfdac7a74a3c6f83ce85987d0b4e98ba4 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 30 Aug 2024 09:21:41 +0200 Subject: [PATCH] chore: add fvm configuration to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e135ba9..818c73f 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,7 @@ example/linux example/macos example/windows example/web + +# FVM Version Cache +.fvm/ +.fvmrc