Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Bk Bcs
Commits
71ee5155
Commit
71ee5155
authored
3 years ago
by
zhenlinwen
Browse files
Options
Download
Email Patches
Plain Diff
add ci ignore file path
parent
0a4b9ece
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.code.yml
+2
-1
.code.yml
with
2 additions
and
1 deletion
+2
-1
.code.yml
+
2
-
1
View file @
71ee5155
...
...
@@ -42,7 +42,8 @@ source:
"
.*/bcs-services/bcs-cluster-manager/api/.*"
,
"
.*/bcs-services/bcs-cluster-manager/third_party/.*"
,
"
.*/bmsf-configuration/internal/protocol/.*"
,
"
.*/bcs-runtime/bcs-mesos/bmsf-mesh/pkg/.*"
"
.*/bcs-runtime/bcs-mesos/bmsf-mesh/pkg/.*"
,
"
.*/bcs-runtime/bcs-k8s/bcs-network/.*"
]
# 提供产品代码库中直接以源码形式存在的第三方代码目录或代码文件名的正则表达。
# 此处备注的第三方代码在后续统计代码量环节会被排除,若代码库中不存在需要排除的第三方代码,该项配置标识可为空
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help