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
|
||||
**/doc/api/
|
||||
.dart_tool/
|
||||
.flutter-plugins
|
||||
.packages
|
||||
.pub-cache/
|
||||
|
1
dev/tools/vitool/.gitignore
vendored
1
dev/tools/vitool/.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
# Files and directories created by pub
|
||||
.dart_tool/
|
||||
.packages
|
||||
.pub/
|
||||
build/
|
||||
|
@ -1,5 +1,6 @@
|
||||
.DS_Store
|
||||
.atom/
|
||||
.dart_tool/
|
||||
.idea
|
||||
.vscode/
|
||||
.packages
|
||||
|
@ -1,5 +1,6 @@
|
||||
.DS_Store
|
||||
.atom/
|
||||
.dart_tool/
|
||||
.idea
|
||||
.packages
|
||||
.pub/
|
||||
|
@ -1,5 +1,6 @@
|
||||
.DS_Store
|
||||
.atom/
|
||||
.dart_tool/
|
||||
.idea
|
||||
.packages
|
||||
.pub/
|
||||
|
Loading…
Reference in New Issue
Block a user