提交 e8d7cafc 编写于 作者: D Devon Carew

Update Dart.gitignore

- 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.
上级 eda2ee70
# 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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册