Commit 36e07e8b authored by Stuart P. Bentley's avatar Stuart P. Bentley

Fix comments in Dart.gitignore

.gitignore uses `#` for comments, not `//`
parent d9068421
// 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment