gitattributes

This commit is contained in:
2025-10-23 10:14:43 +02:00
parent 9fa0f78bd2
commit 375b7f1d7c
3 changed files with 24 additions and 5 deletions

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto
# These files should have specific line endings
*.sh text eol=lf
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.jpeg binary