Skip to content

Commit

Permalink
Exclude files from origin_files as well (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano authored Sep 4, 2024
1 parent ba44980 commit b3942f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions private/tools/copybara/copy.bara.sky
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ core.workflow(
"*",
],
exclude = [
"scripts/create_gke_cluster.sh",
"src/ui/src/containers/App/topbar.tsx",
"src/ui/assets/images/favicon-base.png",
"src/ui/assets/images/cosmic-*",
".arclint", # TODO(ddelnano): Remove once the issues are addressed
".git/**",
".github/workflows/**",
Expand Down

0 comments on commit b3942f5

Please sign in to comment.