-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
113 lines (98 loc) · 1.73 KB
/
Copy path.gitattributes
File metadata and controls
113 lines (98 loc) · 1.73 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#auto detect text files
* text=auto
#source code
*.c text
*.cc text
*.cpp text
*.cxx text
*.h text
*.hh text
*.hpp text
*.hxx text
*.inl text
*.ixx text
*.cppm text
#cmake
CMakeLists.txt text
*.cmake text
#scripts
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.sh text eol=lf
*.py text eol=lf
#documentation
*.md text
*.txt text
*.rst text
LICENSE text
NOTICE text
#configuration
*.json text
*.yaml text
*.yml text
*.toml text
*.ini text
*.cfg text
*.conf text
*.xml text
#web
*.html text
*.css text
*.js text
*.ts text
#shaders
*.vert text
*.frag text
*.geom text
*.comp text
*.glsl text
*.hlsl text
*.wgsl text
#assets
*.png binary
*.jpg binary
*.jpeg binary
*.webp binary
*.gif binary
*.bmp binary
*.tga binary
*.dds binary
*.ktx2 binary
*.exr binary
*.hdr binary
#models
*.obj binary
*.fbx binary
*.gltf text
*.glb binary
*.dae binary
*.blend binary
#audio
*.wav binary
*.ogg binary
*.mp3 binary
*.flac binary
#video
*.mp4 binary
*.mov binary
*.webm binary
#fonts
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary
#archives
*.zip binary
*.7z binary
*.rar binary
*.tar binary
*.gz binary
#engine data
*.bin binary
*.pak binary
*.dat binary
*.cache binary
*.db binary
#unity builds
*.unity.cpp text