chore: add fvm configuration to gitignore

This commit is contained in:
Bart Ribbers 2024-07-11 19:46:55 +02:00 committed by Bart Ribbers
parent b3fd9df897
commit a5f9d76f79

5
.gitignore vendored
View file

@ -31,7 +31,6 @@ build/
.metadata .metadata
pubspec.lock pubspec.lock
pubspec_overrides.yaml pubspec_overrides.yaml
@ -41,3 +40,7 @@ example/web
example/android example/android
example/linux example/linux
example/macos example/macos
# FVM Version Cache
.fvm/
.fvmrc