FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SSH.NET/.gitattributes at develop · sshnet/SSH.NET · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
sshnet
/
SSH.NET
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
992
Star
4.4k
Code
Issues
344
Pull requests
29
Discussions
Actions
Projects
Wiki
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SSH.NET
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (19 loc) · 485 Bytes
Breadcrumbs
SSH.NET
/
.gitattributes
Copy path
File metadata and controls
22 lines (19 loc) · 485 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*
text
=
auto
*
.cs
text
diff
=
csharp
*
.xaml
text
*
.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
#
Also, the dockerfile used for integration tests fails if key files have cr-lf
test
/
Data
/
*
eol
=
lf
test
/
Renci.SshNet.IntegrationTests
/
server
/
**
/
*
eol
=
lf
test
/
Renci.SshNet.IntegrationTests
/
user
/
*
eol
=
lf
Back
|
FazBrowse Home
|
New Git URL