From 9f06854ac66720857c7ed9aa98d49023862a5e46 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 8 Sep 2014 23:36:52 -0700 Subject: [PATCH] Update Dart.gitignore add the `.pub/` directory, and change the `packages` filter to match sub-folders. --- Dart.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 2ceb8eed..595694ab 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,7 +1,8 @@ # Don’t commit the following directories created by pub. -build/ -packages/ .buildlog +.pub/ +build/ +packages # Or the files created by dart2js. *.dart.js