From 571042122eec87c3c26167b2489aaab12f4c99a5 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Fri, 8 May 2026 04:03:06 +0200 Subject: [PATCH] ci: preserve upstream line endings (CRLF) for clean upstream diffs --- .gitattributes | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/.gitattributes b/.gitattributes index b890cbe..fa1385d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,39 +1 @@ -.github export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.luacheckrc export-ignore -.travis.yml export-ignore -.editorconfig export-ignore -*ISSUE_TEMPLATE.md export-ignore -*readme.md export-ignore -*README.md export-ignore -*README.textile export-ignore -*CODE_OF_CONDUCT.md export-ignore -*LICENSE export-ignore -*LICENSE.md export-ignore -*LICENSE.txt export-ignore -*CONTRIBUTING.md export-ignore - -* text=auto - -# GitHub -.github text -.gitattributes text -*.md text - -# Source files -*.lua text -*.xml text -*.toc text - -# Fonts -*.ttf binary - -# Sounds -*.ogg binary -*.mp3 binary -*.wav binary - -# Textures -*.blp binary -*.tga binary +* -text