chore: add fvm configuration to gitignore

This commit is contained in:
Bart Ribbers 2024-07-11 19:07:23 +02:00
parent d18b662c9c
commit 50f88941e4
2 changed files with 8 additions and 2 deletions

3
.fvmrc Normal file
View file

@ -0,0 +1,3 @@
{
"flutter": "3.22.2"
}

7
.gitignore vendored
View file

@ -30,10 +30,13 @@ migrate_working_dir/
build/ build/
.metadata .metadata
example/web example/web
example/android example/android
example/ios example/ios
example/macos example/macos
example/windows example/windows
example/linux example/linux
# FVM Version Cache
.fvm/
.fmvrc