mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

The `.packages` file was deprecated in Dart 2.8 and slowly discontinued until support being fully removed in Dart 2.19. The file will no longer be created, so it can be safely dropped from the generated `.gitignore` files.
50 lines
458 B
Cheetah
50 lines
458 B
Cheetah
.DS_Store
|
|
.dart_tool/
|
|
|
|
.pub/
|
|
|
|
.idea/
|
|
.vagrant/
|
|
.sconsign.dblite
|
|
.svn/
|
|
|
|
migrate_working_dir/
|
|
|
|
*.swp
|
|
profile
|
|
|
|
DerivedData/
|
|
|
|
.generated/
|
|
|
|
*.pbxuser
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
|
|
!default.pbxuser
|
|
!default.mode1v3
|
|
!default.mode2v3
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
|
|
|
*.moved-aside
|
|
|
|
*.pyc
|
|
*sync/
|
|
Icon?
|
|
.tags*
|
|
|
|
build/
|
|
.android/
|
|
.ios/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
|
|
# Symbolication related
|
|
app.*.symbols
|
|
|
|
# Obfuscation related
|
|
app.*.map.json
|