From a5f9d76f791c3de92433b3b11971f11fe9d215cb Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 11 Jul 2024 19:46:55 +0200 Subject: [PATCH] chore: add fvm configuration to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05936c3..2bef2a5 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ build/ .metadata - pubspec.lock pubspec_overrides.yaml @@ -41,3 +40,7 @@ example/web example/android example/linux example/macos + +# FVM Version Cache +.fvm/ +.fvmrc