-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
166 lines (151 loc) · 2.46 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# .gitattributes for Unity Engine projects with embedded Wwise projects
# This is a work in progress, please report any issues to Quin Henshaw
# Macros
[attr]unityyaml eol=lf linguist-generated
[attr]lfs filter=lfs diff=lfs merge=lfs -text
# Default to auto-normalized line endings.
* text=auto
# Code
*.cs diff=csharp text
*.cpp diff=cpp text
# Unity Text
*.meta unityyaml
*.asset unityyaml
*.prefab unityyaml
*.mat unityyaml
*.anim unityyaml
*.controller unityyaml
*.overrideController unityyaml
*.physicMaterial unityyaml
*.physicsMaterial2D unityyaml
*.playable unityyaml
*.mask unityyaml
*.brush unityyaml
*.flare unityyaml
*.fontsettings unityyaml
*.guiskin unityyaml
*.giparams unityyaml
*.renderTexture unityyaml
*.spriteatlas unityyaml
*.terrainlayer unityyaml
*.mixer unityyaml
*.shadervariants unityyaml
*.preset unityyaml
*.vfx unityyaml
*.vfxblock unityyaml
*.vfxoperator unityyaml
*.ciginc text
*.shader text
*.asmdef text
*.shadergraph text
*.shadersubgraph text
# Unity Binary
*.cubemap lfs
*.unitypackage lfs
*.bytes lfs
*.unity lfs
*.scenetemplate lfs
# Unity Binary .asset files (must use following suffixes for identification)
Assets/**/*[Tt]errain*.asset -unityyaml lfs
Assets/**/*[Nn]av[Mm]esh*.asset -unityyaml lfs
Assets/**/*[Ll]ighting*.asset -unityyaml lfs
Assets/**/*ProbeVolume*.asset -unityyaml lfs
Assets/**/*SDF*.asset -unityyaml lfs
# Image
*.psd lfs
*.jpg lfs
*.jpeg lfs
*.png lfs
*.gif lfs
*.bmp lfs
*.tga lfs
*.tiff lfs
*.tif lfs
*.iff lfs
*.pict lfs
*.dds lfs
*.xcf lfs
*.svg lfs
*.exr lfs
*.spp lfs
*.zpr lfs
*.ZPR lfs
*.ico lfs
*.pur lfs
*.raw lfs
# Audio
*.mp3 lfs
*.caf lfs
*.m4a lfs
*.ogg lfs
*.wav lfs
*.aiff lfs
*.aif lfs
*.mod lfs
*.it lfs
*.s3m lfs
*.xm lfs
*.flac lfs
# Video
*.mov lfs
*.avi lfs
*.asf lfs
*.mpg lfs
*.mpeg lfs
*.mp4 lfs
# 3D
*.fbx lfs
*.obj lfs
*.max lfs
*.blend lfs
*.dae lfs
*.mb lfs
*.ma lfs
*.3ds lfs
*.dfx lfs
*.c4d lfs
*.lwo lfs
*.lwo2 lfs
*.abc lfs
*.3dm lfs
*.assbin lfs
# Executables
*.exe lfs
*.dll lfs
*.so lfs
*.pdb lfs
*.mdb lfs
*.a lfs
*.bc lfs
*.ilk lfs
*.la lfs
*.lai lfs
*.lib lfs
*.data lfs
*.wasm lfs
*.dylib lfs
# Packaging
*.zip lfs
*.7z lfs
*.gz lfs
*.rar lfs
*.tar lfs
*.tgz lfs
# Other
*.ttf lfs
*.otf lfs
*.pdf lfs
# Wwise Files
*.bnk lfs
*.cache lfs
*.akd lfs
*.prof lfs
*.validationcache lfs
*.wem lfs
*.chm lfs
*.bundle lfs
AKSoundEngine lfs
# FMOD files
*.bank lfs
# assigning the MacOS FMOD plugin to lfs since it is very large
\Assets\Plugins\FMOD\platforms\mac\lib\fmodstudio.bundle\Contents\MacOS\fmodstudio lfs