• Chris Bracken's avatar
    Add .dart_tool to gitignore (#14932) · ae6ac2ca
    Chris Bracken authored
    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.
    ae6ac2ca
.gitignore 198 Bytes
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/
# Remove the following pattern if you wish to check in your lock file
pubspec.lock

# Directory created by dartdoc
doc/api/