microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f5199a483a7591fb09ec219684cb2c2edb847c3c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.gitattributes

10lines · modecode

1# Set the default behavior, in case core.autocrlf has not been set.
2* text=auto
3
4# Declare files that will always have LF line endings on checkout.
5*.sh text eol=lf
6
7# Denote all files that are truly binary and should not be modified.
8*.docx binary
9*.jpg binary
10*.png binary
11