Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 315b405

Browse files
author
Martin Braun
committed
chore: better gitignore and readded fvm_config.json for example project
1 parent 50e6e75 commit 315b405

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
coc-settings.json
2+
13
# Created by https://www.toptal.com/developers/gitignore/api/flutter,vim,visualstudiocode,androidstudio,xcode,windows,macos,linux
24
# Edit at https://www.toptal.com/developers/gitignore?templates=flutter,vim,visualstudiocode,androidstudio,xcode,windows,macos,linux
35

example/.fvm/fvm_config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"flutterSdkVersion": "stable",
3+
"flavors": {
4+
"lts": "3.0.0",
5+
"main": "stable",
6+
"edge": "beta"
7+
}
8+
}

0 commit comments

Comments
 (0)