Merge pull request #197 from christianbraeunlich/gitattributes

[Dev Container] add .gitattributes file
This commit is contained in:
Jesper Schulz-Wedde 2022-07-12 10:27:07 +02:00 committed by GitHub
commit f1dd5b3ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.gitattributes vendored Normal file
View file

@ -0,0 +1,8 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.gif binary
*.jpeg binary
*.png binary
*.gz binary
*.jar binary