From 9d578593f7627d8bda8dc39bbd821852322ecd5c Mon Sep 17 00:00:00 2001 From: Carlos Herrero <26092748+hbcarlos@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:45:39 +0200 Subject: [PATCH] Ignore license in drawio files --- .licenserc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index ab0f96e1..ad54f488 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -8,6 +8,7 @@ header: Distributed under the terms of the Modified BSD License. paths-ignore: + - '**/*.drawio' - '**/*.ipynb' - '**/*.json' - '**/*.md'