提交 db23e4f5 编写于 作者: G Gary Smith

Update Dart.gitignore

Modify patterns to explicitly match directories

Modified patterns to match files created by tool in Dart SDK 1.12:
 - Added patterns matching files listed in https://www.dartlang.org/tools/private-files.html
 - Added *.js, removed *.js_, *.dart.js to match files created by dart2js
上级 124a5bcf
# Don’t commit the following directories created by pub. # Files and directories created by pub
.buildlog .buildlog
.packages
.project
.pub/ .pub/
build/ build/
packages **/packages/
.packages
# Or the files created by dart2js. # Files created by dart2js
*.dart.js *.js
*.js_
*.js.deps *.js.deps
*.js.map *.js.map
# Or the files created by dartdoc. # Directory created by dartdoc
doc/ doc/
# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.) # Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package)
pubspec.lock pubspec.lock
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册