Add Travis's Dart SDK to .gitignore

This commit is contained in:
Natalie Weizenbaum 2018-02-03 19:47:57 -08:00
parent e3df2f18be
commit 4b0c276434

5
.gitignore vendored
View File

@ -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