From 6419f5e3b93e4ca75bbf8874713f8a6222302c26 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Tue, 11 Mar 2025 22:24:02 +0800 Subject: [PATCH] Update .gitattributes --- .gitattributes | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index bbabc8d..e81c236 100755 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,5 @@ # Declare files that will always have LF line endings on checkout. -*.sh text eol=lf -*.prop text eol=lf -*.md text eol=lf -*.xml text eol=lf -*.json text eol=lf -.extra text eol=lf -META-INF/** text eol=lf +** text eol=lf # Denote all files that are truly binary and should not be modified. module/bin/**/** binary \ No newline at end of file