mirror of
https://github.com/Iconica-Development/flutter_nested_categories.git
synced 2025-05-18 15:23:44 +02:00
chore: add fvm configuration to gitignore
This commit is contained in:
parent
8fce7a499e
commit
0cdaf71d3d
2 changed files with 6 additions and 0 deletions
3
.fvmrc
Normal file
3
.fvmrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"flutter": "3.27.4"
|
||||
}
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -47,3 +47,6 @@ app.*.map.json
|
|||
|
||||
# env
|
||||
*dotenv
|
||||
|
||||
# FVM Version Cache
|
||||
.fvm/
|
Loading…
Reference in a new issue