]> source.dussan.org Git - gitignore.git/commitdiff
Update Dart.gitignore 1206/head
authorDevon Carew <devoncarew@google.com>
Tue, 9 Sep 2014 06:36:52 +0000 (23:36 -0700)
committerDevon Carew <devoncarew@google.com>
Tue, 9 Sep 2014 06:36:52 +0000 (23:36 -0700)
add the `.pub/` directory, and change the `packages` filter to match sub-folders.

Dart.gitignore

index 2ceb8eed932c8028ddb85f8f1703e92f53d7ea04..595694abaea319d290f350fc7aaa65a7e57f8dea 100644 (file)
@@ -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