Skip to content

Commit b3942f5

Browse files
authored
Exclude files from origin_files as well (#12)
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent ba44980 commit b3942f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

private/tools/copybara/copy.bara.sky

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ core.workflow(
2828
"*",
2929
],
3030
exclude = [
31+
"scripts/create_gke_cluster.sh",
32+
"src/ui/src/containers/App/topbar.tsx",
33+
"src/ui/assets/images/favicon-base.png",
34+
"src/ui/assets/images/cosmic-*",
3135
".arclint", # TODO(ddelnano): Remove once the issues are addressed
3236
".git/**",
3337
".github/workflows/**",

0 commit comments

Comments
 (0)