microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
.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. |
| 3 | shrinkwrap.yaml merge=binary |
| 4 | npm-shrinkwrap.json merge=binary |
| 5 | yarn.lock merge=binary |
| 6 | pnpm-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 | |