Commit da7ce313 authored by Caique Rodrigues's avatar Caique Rodrigues

Dart.gitignore updated to reflect instructions provided by authors

parent b2c694d7
.DS_Store
packages
// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
packages/
.project
.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.
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