From 35b6ca50854d4c8a4cd10bc49ef587020a835b14 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Sun, 2 Feb 2025 19:56:13 +0100 Subject: [PATCH] Do not add .editorconfig file to releases Signed-off-by: Daniel Ziegenberg --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8faf4ba9..9b00bc02 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ * text=auto /.codecov.yml export-ignore +/.editorconfig export-ignore /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore