From 34dd2507c3c4892fc69819acc47b51b68898f266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp=20=28TWiStErRob=29?= Date: Thu, 19 Jan 2023 16:18:49 +0000 Subject: [PATCH] Be more explicit --- .gitattributes | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index f8c7ab2067..c895c371e8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,17 @@ -*.png binary -*.jar binary -gradlew.bat text eol=crlf -* text eol=lf +# Source code +*.kt text eol=lf +*.java text eol=lf +*.xml text eol=lf + +# Gradle files +*.gradle text eol=lf +*.properties text eol=lf +*.bat text eol=crlf + +# GitHub stuff +*.md text eol=lf +*.yml text eol=lf + +# Binaries +*.png binary +*.jar binary