diff options
-rw-r--r-- | license-check-and-add-config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/license-check-and-add-config.json b/license-check-and-add-config.json index c092951..6f65640 100644 --- a/license-check-and-add-config.json +++ b/license-check-and-add-config.json @@ -1,5 +1,5 @@ { - "ignore":["openapi","src/assets","server","Dockerfile","*.yml","*.json","*.md","**/*.conf.js",".*","*.sh","*.properties","version","development","*.json.template",".npm"], + "ignore":["openapi","src/assets","server","Dockerfile","*.yml","*.yaml","*.json","*.md","**/*.conf.js",".*","*.sh","*.properties","version","development","*.json.template",".npm"], "license": "LICENSE_HEADER", "licenseFormats": { "js|ts|css": { |