Skip to content

Commit

Permalink
Ensure copywrite file ignores external libs
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodingenthusiast committed Mar 11, 2023
1 parent 3210ba0 commit 2c2c59e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ project {
# Supports doublestar glob patterns for more flexibility in defining which
# files or folders should be ignored
header_ignore = [
# "vendors/**",
# "**autogen**",
# Forked and modified UI libs
"ui/packages/consul-ui/app/utils/dom/event-target/**",
"ui/packages/consul-ui/lib/rehype-prism/**",
"ui/packages/consul-ui/lib/block-slots/**",
]
}

0 comments on commit 2c2c59e

Please sign in to comment.