From a85a33e3979ce348fb1beff95c3050801c793f79 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sat, 21 Mar 2026 01:10:48 +0100 Subject: [PATCH] chore: Add linter file to be ignored upon export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e70cd0c0..e322be12 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ # Pattern Attribute .clang-format export-ignore .codespellrc export-ignore +.commitlintrc.json export-ignore .git-blame-ignore-revs export-ignore .github/* export-ignore CONTRIBUTING.md export-ignore