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