monorepo/legal/addlicense.yaml
2024-07-06 11:58:08 -05:00

18 lines
379 B
YAML

# -- Ignore common file types, such as configuration files.
ignorePaths:
- ".idea/*"
- "**/gen/**"
- "*.yaml"
# -- Enables support for custom file extensions that aren't natively supported by addlicense.
fileExtensions:
[]
# - extensions: [".mc"]
# top: ""
# mid: "// "
# bot: ""
# - extensions: [".xml"]
# top: "<!--"
# mid: ""
# bot: "-->"