/ .gitattributes
.gitattributes
 1  # SPDX-FileCopyrightText: Copyright (C) 2025 Marek Küthe <m.k@mk16.de>
 2  #
 3  # SPDX-License-Identifier: GPL-3.0-or-later
 4  
 5  #
 6  # https://help.github.com/articles/dealing-with-line-endings/
 7  #
 8  # Linux start script should use lf
 9  /gradlew        text eol=lf
10  
11  # These are Windows script files and should use crlf
12  *.bat           text eol=crlf
13  
14  # Binary files should be left untouched
15  *.jar           binary
16