Browse Source

Merge pull request #991 from devoncarew/patch-1

Update Dart template for pub, dart2js
Carl Suster 11 years ago
parent
commit
807ac26336
1 changed files with 7 additions and 5 deletions
  1. 7 5
      Dart.gitignore

+ 7 - 5
Dart.gitignore

@@ -1,11 +1,13 @@
-# Don’t commit the following files and directories created by pub and dart2js
+# Don’t 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