Skip to content

Commit 19ad30a

Browse files
chore: update fvm setup
1 parent e911357 commit 19ad30a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.fvmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"flutter": "stable"
3+
}

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
.history
1010
.svn/
1111
migrate_working_dir/
12-
/.fvm
1312

1413
# IntelliJ related
1514
*.iml
@@ -20,7 +19,7 @@ migrate_working_dir/
2019
# The .vscode folder contains launch configuration and tasks you configure in
2120
# VS Code which you may wish to be included in version control, so this line
2221
# is commented out by default.
23-
#.vscode/
22+
.vscode/
2423

2524
# Flutter/Dart/Pub related
2625
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
@@ -29,3 +28,6 @@ migrate_working_dir/
2928
.dart_tool/
3029
.packages
3130
build/
31+
32+
# FVM Version Cache
33+
.fvm/

0 commit comments

Comments
 (0)