-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
26 lines (22 loc) · 1.01 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# https://git-scm.com/docs/gitattributes
# A gitattributes file is a simple text file that gives attributes to pathnames.
#
# 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
# Rush's JSON config files use JavaScript-style code comments. The rule below prevents pedantic
# syntax highlighters such as GitHub's from highlighting these comments as errors. Your text editor
# may also require a special configuration to allow comments in JSON.
#
# For more information, see this issue: https://github.com/microsoft/rushstack/issues/1088
#
*.json linguist-language=JSON-with-Comments
# DXOS profile dumps
*.dxprofile filter=lfs diff=lfs merge=lfs -text
# Spline animation files
*.spline filter=lfs diff=lfs merge=lfs -text
*.splinecode filter=lfs diff=lfs merge=lfs -text