From 9ce026bb18fdc437dfe683572d1e3853ab511d1f Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 11 Jul 2024 19:11:04 +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 4e9721f..a1c63b7 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,8 @@ example/ios/ example/web/ example/linux/ example/macos/ -example/windows/ \ No newline at end of file +example/windows/ + +# FVM Version Cache +.fvm/ +.fvmrc