microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
4eb64ddc38d41f7b00b9f72001a0967e6b8ea7a2

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