add file types to be interpreted w lf line endings

This commit is contained in:
Dirk 2023-05-23 16:18:42 +02:00
parent e6abc5fedc
commit 33211c0cf1
1 changed files with 4 additions and 2 deletions

6
.gitattributes vendored
View File

@ -1,9 +1,11 @@
.*sh eol=lf
.*md eol=lf
*.sh eol=lf
*.bash eol=lf
*.md eol=lf
*.html eol=lf
*.txt eol=lf
*.txt eol=lf
*.1 eol=lf
*.t eol=lf
*.yml eol=lf
Dockerfile* eol=lf
*.csvfile eol=lf