Skip to content

Commit

Permalink
Update Dart.gitignore
Browse files Browse the repository at this point in the history
- add the `build/` directory to the .gitignore list (now created by pub).
- add the `.dart.precompiled.js` files (created by dart2js) to the ignore list.

And, sort and re-order the file.
  • Loading branch information
devoncarew committed Mar 8, 2014
1 parent eda2ee7 commit e8d7caf
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 e8d7caf

Please sign in to comment.