From 3023c3b04a88b265ce3d12e706328e10844d72f8 Mon Sep 17 00:00:00 2001 From: ldaurcvvrk <111478801+ldaurcvvrk@users.noreply.github.com> Date: Sat, 5 Apr 2025 23:21:59 +0800 Subject: [PATCH] Update .gitattributes --- template/magisk_module/.gitattributes | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/template/magisk_module/.gitattributes b/template/magisk_module/.gitattributes index 1643c10..0805655 100644 --- a/template/magisk_module/.gitattributes +++ b/template/magisk_module/.gitattributes @@ -1,9 +1,8 @@ # Declare files that will always have LF line endings on checkout. -META-INF/** text eol=lf -*.prop text eol=lf +META-INF/** text *.sh text eol=lf *.md text eol=lf sepolicy.rule text eol=lf # Denote all files that are truly binary and should not be modified. -lib/** binary \ No newline at end of file +lib/** binary