From 968eb0a4e890735c030b20e9a792361d946898d4 Mon Sep 17 00:00:00 2001 From: BC Ko Date: Thu, 24 May 2018 02:44:19 -0700 Subject: [PATCH 1/2] Update .gitignore to new `dart_tool` pub cache dart-lang/sdk#32030 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7dbf035..ab3cb76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Don’t commit the following directories created by pub. .buildlog +.dart_tool/ .pub/ build/ packages @@ -12,4 +13,4 @@ packages *.js.map # Include when developing application packages. -pubspec.lock \ No newline at end of file +pubspec.lock From f658ca5ea8366d28572e335d1b5873941236d62d Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 13 Aug 2018 12:14:06 -0700 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitignore b/.gitignore index ab3cb76..fb97bde 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,5 @@ # Don’t commit the following directories created by pub. -.buildlog .dart_tool/ .pub/ -build/ -packages .packages - -# Or the files created by dart2js. -*.dart.js -*.js_ -*.js.deps -*.js.map - -# Include when developing application packages. pubspec.lock