未验证 提交 b685c86e 编写于 作者: J Jason Simmons 提交者: GitHub

Exclude frontend_server from the license crawl (#4645)

上级 337764e4
......@@ -2106,6 +2106,7 @@ class RepositoryFlutterDirectory extends RepositoryDirectory {
&& entry.name != 'examples'
&& entry.name != 'build'
&& entry.name != 'travis'
&& entry.name != 'frontend_server'
&& super.shouldRecurse(entry);
}
......
......@@ -1549,8 +1549,6 @@ ORIGIN: ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/DEPS
FILE: ../../../flutter/content_handler/meta/sandbox
FILE: ../../../flutter/frontend_server/bin/starter.dart
FILE: ../../../flutter/frontend_server/lib/server.dart
FILE: ../../../flutter/lib/io/dart_io.cc
FILE: ../../../flutter/lib/io/dart_io.h
FILE: ../../../flutter/lib/snapshot/libraries.json
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册