forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (18 loc) · 752 Bytes
/
.gitattributes
File metadata and controls
22 lines (18 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Don't allow people to merge changes to these generated files, because the result
# may be invalid. You need to run "rush update" again.
shrinkwrap.yaml merge=binary
npm-shrinkwrap.json merge=binary
yarn.lock merge=binary
* text !filter !merge !diff
* text=auto eol=lf
*.txt text=auto !eol
*.png -text
*.jpg -text
*.gif -text
*.pdf -text
# Set the language for these files to json5 to ensure GitHub doesn't show the comments as errors
/.vscode/*.json linguist-language=JSON5
fence.json linguist-language=JSON5
.git-blame-ignore-revs linguist-language=Ignore List
# Hide docs from GitHub's language detection
/docs/** linguist-documentation