diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..d7891c2 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,3 @@ +{ + "flutter": "3.27.3" +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index ce2f9d8..85c6a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .DS_Store doc/logo.png -.idea \ No newline at end of file +.idea + +# FVM Version Cache +.fvm/ \ No newline at end of file