The repo had no root-level .gitignore, so .dart_tool/, ephemeral plugin symlinks and build artifacts were being tracked across the workspace. Every flutter pub get regenerated them and they polluted PRs as recurring noise. - Add root .gitignore covering .dart_tool/, ephemeral plugin symlinks, build/, coverage/, IDE files - Untrack ~39 existing cache files across root, modules and packages
sf-app-platform
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.