chore: add fvm configuration to gitignore

This commit is contained in:
Bart Ribbers 2025-02-17 15:34:43 +01:00
parent 8fce7a499e
commit 0cdaf71d3d
2 changed files with 6 additions and 0 deletions

3
.fvmrc Normal file
View file

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

3
.gitignore vendored
View file

@ -47,3 +47,6 @@ app.*.map.json
# env # env
*dotenv *dotenv
# FVM Version Cache
.fvm/