提交 1f65941e 编写于 作者: B Brendan Forster

Merge pull request #1715 from ArgentiApparatus/patch-2

Fixed generated part js file pattern
...@@ -14,13 +14,13 @@ build/ ...@@ -14,13 +14,13 @@ build/
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to # Convention is to use extension '.dart.js' for Dart compiled to Javascript to
# differentiate from explicit Javascript files) # differentiate from explicit Javascript files)
*.dart.js *.dart.js
*.js.part *.part.js
*.js.deps *.js.deps
*.js.map *.js.map
*.info.json *.info.json
# Directory created by dartdoc # Directory created by dartdoc
doc/api doc/api/
# Don't commit pubspec lock file # Don't commit pubspec lock file
# (Library packages only! Remove pattern if developing an application package) # (Library packages only! Remove pattern if developing an application package)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册