chore: cleanup fvm configuration

I guess fvm changed the way it does it's configuration at some point,
but rather than having .fvm/fmv_config.json checked in .fvmrc should be
checked in. The .fvm directory is used to store files and symlinks
related to the installed Flutter version and as such should not be
commited at all.
This commit is contained in:
Bart Ribbers 2024-12-10 20:38:09 +01:00
parent b0bb26f84b
commit 7e5885e5c8
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +0,0 @@
{
"flutterSdkVersion": "3.7.11",
"flavors": {}
}

4
.fvmrc Normal file
View File

@ -0,0 +1,4 @@
{
"flutter": "3.7.11",
"flavors": {}
}

2
.gitignore vendored
View File

@ -45,5 +45,5 @@ app.*.map.json
/.env
*.sqlite*
/.fvm/flutter_sdk
.fvm/
*.keystore