Unverified Commit ae6ac2ca authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

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.
parent 9c895fab
......@@ -33,6 +33,7 @@ version
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.packages
.pub-cache/
......
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/
......
.DS_Store
.atom/
.dart_tool/
.idea
.vscode/
.packages
......
.DS_Store
.atom/
.dart_tool/
.idea
.packages
.pub/
......
.DS_Store
.atom/
.dart_tool/
.idea
.packages
.pub/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment