added .gitattributes to specify line feed line endings for .sh and .sql files

This commit is contained in:
2026-04-17 15:49:21 +02:00
parent 19b038d4f5
commit 4f35ddeafe
10 changed files with 2143 additions and 2135 deletions

8
.gitattributes vendored Normal file
View File

@@ -0,0 +1,8 @@
# Specifies Line Feed (LF) Line Endings for Shell Scripts
*.sh text eol=lf
# # Specifies Line Feed (LF) Line Endings for SQL Files
*.sql text eol=lf
# Letd Git decide for other Files
* text=auto