Update Dart.gitignore

As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory.
This commit is contained in:
Natalie Weizenbaum 2015-06-30 12:12:42 -07:00
parent 1587f288ee
commit 80b0942d7e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
.pub/
build/
packages
.packages
# Or the files created by dart2js.
*.dart.js