-
-
Notifications
You must be signed in to change notification settings - Fork 213
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (19 loc) · 710 Bytes
/
Copy path.gitattributes
File metadata and controls
22 lines (19 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Normalize line endings: store as LF in the repo and check out as LF on every
# platform. Without this, Git for Windows (core.autocrlf=true) rewrites text
# files to CRLF on checkout, which breaks golden-file comparisons, byte-offset
# assertions and YAML/JSON parsing of testdata files in the test suite.
* text=auto eol=lf
# Windows batch scripts must keep CRLF endings.
*.bat text eol=crlf
# Binary files: never normalize.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.jar binary
*.xcuserstate binary
website/docs/** linguist-documentation
website/versioned_docs/** linguist-documentation
website/versioned_sidebars/** linguist-documentation
website/blog/** linguist-documentation