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:
Chris Bracken 2018-02-27 15:29:31 -08:00 committed by GitHub
parent 9c895fabf2
commit ae6ac2ca74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -33,6 +33,7 @@ version
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.packages
.pub-cache/

View file

@ -1,4 +1,5 @@
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/

View file

@ -1,5 +1,6 @@
.DS_Store
.atom/
.dart_tool/
.idea
.vscode/
.packages

View file

@ -1,5 +1,6 @@
.DS_Store
.atom/
.dart_tool/
.idea
.packages
.pub/

View file

@ -1,5 +1,6 @@
.DS_Store
.atom/
.dart_tool/
.idea
.packages
.pub/