-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (38 loc) · 902 Bytes
/
Copy path.gitattributes
File metadata and controls
44 lines (38 loc) · 902 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Default: treat as text, normalize to LF in the repo
* text=auto eol=lf
# Markdown — every repo has docs/READMEs; better diffs with the markdown driver
*.md text diff=markdown
# Config / data formats
*.yml text
*.yaml text
*.json text
*.toml text
# Scripts
*.ps1 text eol=lf
*.psm1 text eol=lf
*.psd1 text eol=lf
*.sh text eol=lf
*.py text eol=lf
# Files that MUST keep CRLF on Windows checkout
*.bat text eol=crlf
*.cmd text eol=crlf
# Common binaries — never normalize
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.pdf binary
*.zip binary
*.gz binary
*.tar binary
*.7z binary
*.xlsx binary
*.xls binary
*.docx binary
*.doc binary
# Fonts
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary