These files are regenerated by flutter pub get and contain machine- specific paths (FLUTTER_ROOT, FLUTTER_APPLICATION_PATH). They should not be tracked — the file header itself states "do not check into version control". - Update .gitignore: prepend **/ to .flutter-plugins-dependencies so it matches in sub-packages, add Generated.xcconfig and flutter_export_environment.sh patterns. - git rm --cached the 4 files that were already tracked (keeps them on disk for local builds but removes from repo).
30 lines
623 B
Plaintext
30 lines
623 B
Plaintext
# Dart / Flutter workspace caches (regenerated by `flutter pub get` / `dart pub get`)
|
|
.dart_tool/
|
|
**/.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
|
|
# Per-package build outputs
|
|
**/build/
|
|
**/coverage/
|
|
|
|
# Flutter ephemeral plugin symlinks and helpers (regenerated on pub get)
|
|
**/ios/Flutter/ephemeral/
|
|
**/linux/flutter/ephemeral/
|
|
**/macos/Flutter/ephemeral/
|
|
**/windows/flutter/ephemeral/
|
|
|
|
# Flutter iOS build config (regenerated on pub get; contains machine-specific paths)
|
|
**/ios/Flutter/Generated.xcconfig
|
|
**/ios/Flutter/flutter_export_environment.sh
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
**/.DS_Store
|