From: Devon Carew Date: Tue, 9 Sep 2014 06:36:52 +0000 (-0700) Subject: Update Dart.gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1206%2Fhead;p=gitignore.git Update Dart.gitignore add the `.pub/` directory, and change the `packages` filter to match sub-folders. --- 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