From 2dd9103cc89164af044d7f823cd3e7989710418a Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 11 Jul 2024 18:13:45 +0200 Subject: [PATCH] chore: add fvm configuration to gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 00c0cc3..05127c5 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,8 @@ example/ios/ example/linux/ example/windows/ example/macos/ -example/web/ \ No newline at end of file +example/web/ + +# FVM Version Cache +.fvm/ +.fvmrc