mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-18 10:13:43 +02:00
chore: add fvm configuration to gitignore
This commit is contained in:
parent
554c4526da
commit
a62935eb60
3 changed files with 8 additions and 2 deletions
3
.fvmrc
Normal file
3
.fvmrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"flutter": "3.27.4"
|
||||
}
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -50,4 +50,7 @@ pubspec_overrides.yaml
|
|||
**/example/macos
|
||||
**/example/windows
|
||||
**/example/web
|
||||
**/example/README.md
|
||||
**/example/README.md
|
||||
|
||||
# FVM Version Cache
|
||||
.fvm/
|
|
@ -5,6 +5,6 @@
|
|||
name: flutter_timeline_workspace
|
||||
|
||||
environment:
|
||||
sdk: '>=2.18.0 <3.0.0'
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
dev_dependencies:
|
||||
melos: ^3.0.1
|
||||
|
|
Loading…
Reference in a new issue