commit | c5fb4f76692a244d86671c05c24a56411e1b7e89 | [log] [tgz] |
---|---|---|
author | BC Ko <bcko@users.noreply.github.com> | Thu May 24 11:47:46 2018 -0700 |
committer | GitHub <noreply@github.com> | Thu May 24 11:47:46 2018 -0700 |
tree | 4c089d91a288ba84b5dcd319e9389fa7276c2969 | |
parent | 21d66ea22f5001819d26c7b5e9ce77f550b6ac57 [diff] |
Update .gitignore to new `dart_tool` pub cache dart-lang/sdkdart-lang/glob#32030
diff --git a/pkgs/glob/.gitignore b/pkgs/glob/.gitignore index 7dbf035..ab3cb76 100644 --- a/pkgs/glob/.gitignore +++ b/pkgs/glob/.gitignore
@@ -1,5 +1,6 @@ # Don’t commit the following directories created by pub. .buildlog +.dart_tool/ .pub/ build/ packages @@ -12,4 +13,4 @@ *.js.map # Include when developing application packages. -pubspec.lock \ No newline at end of file +pubspec.lock