-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitattributes
61 lines (57 loc) · 1.34 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Set the default behavior, in case people don't have core.autocrlf set.
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
* text=auto eol=lf
*.c text eol=lf
*.gitattributes text eol=lf
*.gitignore text eol=lf
*.eslintignore text eol=lf
*.in text eol=lf
*.cfg text eol=lf
*.h text eol=lf
*.py text eol=lf
*.js text eol=lf
*.cjs text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.sh text eol=lf
*.json text eol=lf
*.conf text eol=lf
*.prod text eol=lf
*.txt text eol=lf
*.rst text eol=lf
*.md text eol=lf
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.prisma text eol=lf
*.sql text eol=lf
LICENSE-MIT text eol=lf
LICENSE-APACHE text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.cmd text eol=crlf
*.bat text eol=crlf
*.dat text eol=lf
*.pdat text eol=lf
*.path text eol=lf
# Denote all files that are truly binary and should not be modified.
*.map binary
*.bin binary
*.kmz binary
*.docx binary
*.png binary
*.tif binary
*.jpg binary
*.jpeg binary
*.stack
*.whl binary
*.tar.gz binary
# EXE
*.exe binary
# RUSH
pnpm-lock.yaml merge=binary
shrinkwrap.yaml merge=binary
npm-shrinkwrap.json merge=binary
yarn.lock merge=binary
*.json linguist-language=JSON-with-Comments