Update Dart.gitignore

add the `.pub/` directory, and change the `packages` filter to match sub-folders.
This commit is contained in:
Devon Carew 2014-09-08 23:36:52 -07:00
parent cc95f63e20
commit 9f06854ac6

View File

@ -1,7 +1,8 @@
# Dont commit the following directories created by pub.
build/
packages/
.buildlog
.pub/
build/
packages
# Or the files created by dart2js.
*.dart.js