-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
67 lines (61 loc) · 1.08 KB
/
Copy path.gitattributes
File metadata and controls
67 lines (61 loc) · 1.08 KB
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
62
63
64
65
66
67
# Normalize text files for consistent cross-platform diffs.
* text=auto eol=lf
# Keep Windows launch scripts usable on Windows.
*.bat text eol=crlf
*.cmd text eol=crlf
# Source and configuration files.
*.css text eol=lf
*.go text eol=lf
*.html text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.json text eol=lf
*.md text eol=lf
*.mjs text eol=lf
*.py text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.swift text eol=lf
*.tf text eol=lf
*.toml text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
# Images and design assets.
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.svg text eol=lf
*.webp binary
# Documents, spreadsheets, and presentations.
*.doc binary
*.docx binary
*.hwp binary
*.pdf binary
*.ppt binary
*.pptx binary
*.xls binary
*.xlsx binary
# Archives and packages.
*.7z binary
*.bz2 binary
*.gz binary
*.rar binary
*.tar binary
*.tgz binary
*.zip binary
# Media and model artifacts.
*.aiff binary
*.db binary
*.mp3 binary
*.mp4 binary
*.mov binary
*.onnx binary
*.pt binary
*.pth binary
*.safetensors binary
*.sqlite binary
*.wav binary