From e208c5031c4a4b36291481d42ebc489556728e8b Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 19 Jul 2024 11:24:27 +0200 Subject: [PATCH] chore: add fvm configuration to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a0ab428..2955801 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ build/ coverage/ /.flutter-plugins /.flutter-plugins-dependencies + +# FVM Version Cache +.fvm/ +.fvmrc