You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/.copywrite.hcl

19 lines
325 B

schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2020
header_ignore = [
".github/**",
".golangci.yml",
".release/linux/**",
"enos/.enos/**",
"internal/ui/.tmp/**",
"website/.eslintrc.js",
"website/prettier.config.js",
"**/*_ent.*",
"**/*_ent_test.*",
]
}