Merge pull request #991 from devoncarew/patch-1

Update Dart template for pub, dart2js
This commit is contained in:
Carl Suster 2014-03-16 16:47:06 +11:00
commit 807ac26336
1 changed files with 7 additions and 5 deletions

View File

@ -1,11 +1,13 @@
# Dont commit the following files and directories created by pub and dart2js
# Dont commit the following directories created by pub.
build/
packages/
# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_
*.js.deps
*.js.map
# Include when developing application packages
# Include when developing application packages.
pubspec.lock
# Avoid committing generated JavaScript files
*.dart.js