Skip to content

Commit

Permalink
Fix comments in Dart.gitignore
Browse files Browse the repository at this point in the history
.gitignore uses `#` for comments, not `//`
  • Loading branch information
stuartpb committed Feb 28, 2014
1 parent d906842 commit 36e07e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dart.gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Don’t commit the following files and directories created by pub and dart2js
# Don’t 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

0 comments on commit 36e07e8

Please sign in to comment.