mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add .dart_tool to gitignore (#14932)
Dart is migrating to .dart_tool/ as the location for cached artifacts and other temporary files generated by tooling in the SDK. As part of this, pub will be migrating from .pub to .dart_tool/pub. In future, this path will also be used for other tooling, such as package:build.
This commit is contained in:
parent
9c895fabf2
commit
ae6ac2ca74
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,6 +33,7 @@ version
|
|||||||
|
|
||||||
# Flutter/Dart/Pub related
|
# Flutter/Dart/Pub related
|
||||||
**/doc/api/
|
**/doc/api/
|
||||||
|
.dart_tool/
|
||||||
.flutter-plugins
|
.flutter-plugins
|
||||||
.packages
|
.packages
|
||||||
.pub-cache/
|
.pub-cache/
|
||||||
|
1
dev/tools/vitool/.gitignore
vendored
1
dev/tools/vitool/.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
# Files and directories created by pub
|
# Files and directories created by pub
|
||||||
|
.dart_tool/
|
||||||
.packages
|
.packages
|
||||||
.pub/
|
.pub/
|
||||||
build/
|
build/
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.atom/
|
.atom/
|
||||||
|
.dart_tool/
|
||||||
.idea
|
.idea
|
||||||
.vscode/
|
.vscode/
|
||||||
.packages
|
.packages
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.atom/
|
.atom/
|
||||||
|
.dart_tool/
|
||||||
.idea
|
.idea
|
||||||
.packages
|
.packages
|
||||||
.pub/
|
.pub/
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.atom/
|
.atom/
|
||||||
|
.dart_tool/
|
||||||
.idea
|
.idea
|
||||||
.packages
|
.packages
|
||||||
.pub/
|
.pub/
|
||||||
|
Loading…
Reference in New Issue
Block a user