18 lines
379 B
YAML
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: "-->"
|