mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
20 lines
304 B
Plaintext
20 lines
304 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
|
|
|
|
# Ensure key files have LF endings for easier usage with ssh-keygen
|
|
test/Data/* eol=lf |