From 4b0c276434438029cc89b8bdf6f5f198c7bbb42d Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Sat, 3 Feb 2018 19:47:57 -0800 Subject: [PATCH] Add Travis's Dart SDK to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 0fa7b5fe8..9f066662f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,8 @@ packages pubspec.lock /benchmark/source node_modules/ + +# These are downloaded as part of Travis builds, so we need to gitignore them to +# make sure they aren't deployed when we "pub lish". +/dart-sdk +/dart.zip