mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
d43423896c
Really reset the eol's in the repository by following the info at git-scm.com/docs/gitattributes Following the example there the following commands were run: rm .git/index git reset git add -u git commit
18 lines
217 B
Plaintext
18 lines
217 B
Plaintext
* text=auto
|
|
|
|
*.cs text
|
|
*.xaml text
|
|
*.sln eol=crlf
|
|
*.csproj eol=crlf
|
|
*.shproj eol=crlf
|
|
*.appxmanifest eol=crlf
|
|
|
|
*.png binary
|
|
*.jpg binary
|
|
*.dll binary
|
|
*.pdb binary
|
|
*.exe binary
|
|
*.nupkg binary
|
|
*.pdf binary
|
|
*.snk binary
|