mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
No longer include .packages
in created .gitignore
files (#133484)
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.
This commit is contained in:
parent
50b3ee26ef
commit
670d011b71
4 changed files with 0 additions and 4 deletions
|
@ -27,7 +27,6 @@ migrate_working_dir/
|
|||
.dart_tool/
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
.packages
|
||||
.pub-cache/
|
||||
.pub/
|
||||
/build/
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
.DS_Store
|
||||
.dart_tool/
|
||||
|
||||
.packages
|
||||
.pub/
|
||||
|
||||
.idea/
|
||||
|
|
|
@ -26,5 +26,4 @@ migrate_working_dir/
|
|||
/pubspec.lock
|
||||
**/doc/api/
|
||||
.dart_tool/
|
||||
.packages
|
||||
build/
|
||||
|
|
|
@ -26,5 +26,4 @@ migrate_working_dir/
|
|||
/pubspec.lock
|
||||
**/doc/api/
|
||||
.dart_tool/
|
||||
.packages
|
||||
build/
|
||||
|
|
Loading…
Reference in a new issue