Flutter – Excluding .fvm/fvm_config.json from .gitignore
In most of my recent projects I've been using Flutter Version Management (FVM) to manage Flutter versions. I've noticed that the .fvm directory is commonly listed in .gitignore and thus not tracked in Flutter project repositories, which makes sense -…