Merge pull request #197 from christianbraeunlich/gitattributes
[Dev Container] add .gitattributes file
This commit is contained in:
commit
f1dd5b3ef1
1 changed files with 8 additions and 0 deletions
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue