Merge pull request #978 from stuartpb/patch-3

Fix comments in Dart template
This commit is contained in:
Carl Suster 2014-03-01 08:50:49 +11:00
commit 352771f937
1 changed files with 3 additions and 3 deletions

View File

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