From 7650ce78c607c3345b2f17367a95815b719e61b4 Mon Sep 17 00:00:00 2001 From: Rick van Dijk Date: Mon, 14 Sep 2026 18:08:00 -0700 Subject: [PATCH] Ignore fvm files fvm is a local SDK manager some maintainers use. CI installs Flutter directly and nothing here requires it, so a pinned SDK should never be committed. flutter_cache_manager already ignores these; this repo did not, so a stray `fvm use` would have checked one in. Co-Authored-By: Claude --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c13cfea2..413fe8f6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ .project .svn/ bin/ +.fvmrc +.fvm/ # IntelliJ related *.iml