monorepo/legal/addlicense.yaml

18 lines
379 B
YAML
Raw Normal View History

2024-07-04 18:49:39 +00:00
# -- 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: "-->"