microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b9ae73e8c13f9df3b5d8951fd682f55f20ae9678

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitattributes

16lines · modecode

1# Don't allow people to merge changes to these generated files, because the result
2# may be invalid. You need to run "rush update" again.
3shrinkwrap.yaml merge=binary
4npm-shrinkwrap.json merge=binary
5yarn.lock merge=binary
6pnpm-lock.yaml merge=binary
7
8# Make text consistently using LF
9* text eol=lf
10
11# Non-text files
12*.png -text
13*.jpg -text
14*.gif -text
15*.pdf -text
16*.bin -text
17