Skip to content

Commit

Permalink
Merge pull request github#705 from caiquerodrigues/patch-1
Browse files Browse the repository at this point in the history
Dart.gitignore updated to reflect instructions provided by authors
  • Loading branch information
aroben committed Nov 8, 2013
2 parents 523c52f + da7ce31 commit 66f5b6f
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions Dart.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
.DS_Store
packages
// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
packages/
.project
pubspec.lock
.buildlog
*.js_
*.js.deps
*.js.map

// Include when developing application packages
pubspec.lock

// Avoid committing generated JavaScript files
*.dart.js

// Check for any other incovenient files generated by OS
// and other tools such as Eclipse, IntelliJ, etc.

0 comments on commit 66f5b6f

Please sign in to comment.