Baraa Basata dd60b8fb9a
Add catalog metadata (META.d) (#291)
* Add catalog metadata (META.d)

* Add catalog metadata (META.d)
2025-05-13 08:12:30 -04:00

25 lines
579 B
HCL

# NOTE: This file is for HashiCorp specific licensing automation and can be deleted after creating a new repo with this template.
schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2021
header_ignore = [
# internal catalog metadata (prose)
"META.d/**/*.yaml",
# examples used within documentation (prose)
"examples/**",
# GitHub issue template configuration
".github/ISSUE_TEMPLATE/*.yml",
# golangci-lint tooling configuration
".golangci.yml",
# GoReleaser tooling configuration
".goreleaser.yml",
]
}