Skip to content

Commit dc876af

Browse files
committed
Add catalog metadata (META.d)
1 parent fcae822 commit dc876af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.copywrite.hcl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ project {
55
copyright_year = 2021
66

77
header_ignore = [
8+
# internal catalog metadata (prose)
9+
"META.d/**/*.yaml",
10+
811
# changie tooling configuration and CHANGELOG entries (prose)
912
".changes/unreleased/**",
1013
".changie.yaml",
@@ -24,4 +27,4 @@ project {
2427
# Release Engineering tooling configuration
2528
".release/*.hcl",
2629
]
27-
}
30+
}

0 commit comments

Comments
 (0)