-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
41 lines (40 loc) · 748 Bytes
/
Copy path.gitattributes
File metadata and controls
41 lines (40 loc) · 748 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
*.7z binary
*.bin binary
*.bmp binary
*.exe binary
*.gif binary
*.gz binary
*.jpeg binary
*.jpg bianry
*.mov binary
*.mp3 binary
*.mp4 binary
*.obj binary
*.ogg binary
*.otf binary
*.pdf binary
*.png binary
*.psd binary
*.tga binary
*.tiff binary
*.ttf binary
*.wav binary
*.webm binary
*.webp binary
*.woff binary
*.woff2 binary
*.zip binary
*.cs text eol=lf
*.csproj text
*.editorconfig text
*.gitattributes text eol=lf
*.gitignore text eol=lf
*.json text eol=lf
*.md text eol=lf
*.rs text eol=lf
*.sln text
*.svg text
*.wxm text
*.yml text eol=lf
Cargo.toml text eol=lf
Cargo.lock text eol=lf