microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
05715ca02b67781994ae4d4f909362fdb17f6396

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitattributes

17lines · 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*.db -text
18