-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
50 lines (48 loc) · 824 Bytes
/
.gitattributes
File metadata and controls
50 lines (48 loc) · 824 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
45
46
47
48
49
50
# Enforce LF line endings for all text files
* text=auto eol=lf
# Explicitly declare text files
*.c text eol=lf
*.cc text eol=lf
*.cjs text eol=lf
*.cpp text eol=lf
*.cts text eol=lf
*.def text eol=lf
*.gyp text eol=lf
*.gypi text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.js text eol=lf
*.json text eol=lf
*.map text eol=lf
*.md text eol=lf
*.mjs text eol=lf
*.mk text eol=lf
*.mts text eol=lf
*.patch text eol=lf
*.py text eol=lf
*.rc text eol=lf
*.rs text eol=lf
*.sh text eol=lf
*.toml text eol=lf
*.ts text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.zig text eol=lf
*.zon text eol=lf
# Binary files
*.a binary
*.dll binary
*.dylib binary
*.gif binary
*.gz binary
*.ico binary
*.jpeg binary
*.jpg binary
*.node binary
*.pdf binary
*.png binary
*.so binary
*.tar binary
*.wasm binary
*.zip binary