From 4e8c82d28837c0d8219dbf9a7f3498af7590d9ed Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Mon, 27 Jul 2015 16:35:04 -0700 Subject: [PATCH] Work around pub get going crazy Fixes #306 TBR=johnmccutchan@google.com --- DEPS | 1 + 1 file changed, 1 insertion(+) diff --git a/DEPS b/DEPS index 88b03a0a9..6c7dd2b0a 100644 --- a/DEPS +++ b/DEPS @@ -283,6 +283,7 @@ hooks = [ '--repository-root', '../../../..', '--dart-sdk-directory', '../../../../third_party/dart-sdk/dart-sdk', + '--dirs-to-ignore', 'sky/sdk', ], }, { -- GitLab