Ignore XML in license header script

This commit is contained in:
Katrina Verey
2022-04-05 15:03:13 -04:00
parent df57e196d8
commit 29104d6fa9

View File

@@ -30,6 +30,7 @@ args=(
-ignore "**/*.json"
-ignore "**/*.yml"
-ignore "**/*.yaml"
-ignore "**/*.xml"
-v
)
if [[ $mode == "check" ]]; then