Skip to content

Commit

Permalink
Merge pull request github#991 from devoncarew/patch-1
Browse files Browse the repository at this point in the history
Update Dart template for pub, dart2js
  • Loading branch information
arcresu committed Mar 16, 2014
2 parents d84c616 + 09a67a2 commit a8e19d3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Dart.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a8e19d3

Please sign in to comment.