From bb5769e2e37e8c9439328fdfbd7293a8eff30671 Mon Sep 17 00:00:00 2001 From: Rod Elias Date: Sat, 15 Oct 2022 15:52:06 -0300 Subject: [PATCH] Add `.editorconfig` to `.gitattributes` --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c23249d2..91b0574a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ *.min.js binary +/.editorconfig export-ignore /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore