From 04752e9a53c394cd1aa2dfdb4b72a73b069b6bf0 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 11 Jul 2024 17:46:03 +0200 Subject: [PATCH] chore: add fvm configuration to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 54c2830..5e8104c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,7 @@ example/windows example/web example/android example/ios + +# FVM Version Cache +.fvm/ +.fvmrc