forked from iTwin/itwinjs-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
16 lines (14 loc) · 834 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Convert all line endings for files detected as text to lf to avoid OS specific
# line endings showing up in git diffs
* text=auto
# Ensure these file types use the correct OS specific line endings
*.bat eol=crlf
*.sh eol=lf
presentation/common/Ruleset.schema.json text eol=lf
*.snap eol=lf
# Don't allow people to merge changes to these generated files, because the result
# may be invalid. You need to run "rush update" again.
pnpm-lock.yaml merge=binary
shrinkwrap.yaml merge=binary
npm-shrinkwrap.json merge=binary
yarn.lock merge=binary