commit | 3383b6eb959f9be0548edd88773ba4053c675276 | [log] [tgz] |
---|---|---|
author | BC Ko <bcko@users.noreply.github.com> | Thu May 24 02:40:29 2018 -0700 |
committer | GitHub <noreply@github.com> | Thu May 24 02:40:29 2018 -0700 |
tree | 1e84234df5dfbb04dfd4cd3161178be5382e6181 | |
parent | 792e905ad394caafd016fc45a6fb79549c8ac725 [diff] |
Update .gitignore to new `dart_tool` pub cache dart-lang/sdk#32030
diff --git a/.gitignore b/.gitignore index 7dbf035..813a31e 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,6 +1,7 @@ # Don’t commit the following directories created by pub. .buildlog .pub/ +.dart_tool/ build/ packages .packages @@ -12,4 +13,4 @@ *.js.map # Include when developing application packages. -pubspec.lock \ No newline at end of file +pubspec.lock