-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
154 lines (137 loc) · 2.95 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
#
# Git attributes for Unity projects
#
# Compiled by the GameCI community - https://game.ci
#
# Latest version at https://gist.github.com/webbertakken/ff250a0d5e59a8aae961c2e509c07fbc
#
# Ensure that text files that any contributor introduces to the repository have their line endings normalized
* text=auto
# Increase probability of success for merging files with specific extensions
*.cs diff=csharp
# Macro attribute: Files with Unity's yaml format
# linguist-generated means the file is ignored for the repository's language statistics and diffs are hidden by default.
[attr]unity-yaml-file -text merge=unityyamlmerge linguist-generated
# Macro attribute: Files intended for LFS
[attr]lfs-file filter=lfs diff=lfs merge=lfs -text
# Unity files
*.anim unity-yaml-file
*.asmdef unity-yaml-file -linguist-generated
*.asset unity-yaml-file
*.brush unity-yaml-file
*.controller unity-yaml-file
*.flare unity-yaml-file
*.fontsettings unity-yaml-file
*.giparams unity-yaml-file
*.guiskin unity-yaml-file
*.mask unity-yaml-file
*.mat unity-yaml-file
*.meta unity-yaml-file
*.mixer unity-yaml-file
*.overrideController unity-yaml-file
*.physicMaterial unity-yaml-file
*.physicsMaterial2D unity-yaml-file
*.playable unity-yaml-file
*.prefab unity-yaml-file
*.preset unity-yaml-file
*.renderTexture unity-yaml-file
*.shadervariants unity-yaml-file
*.spriteatlas unity-yaml-file
*.terrainlayer unity-yaml-file
*.unity unity-yaml-file
# Unity binary files
*.bundle lfs-file
*.cubemap lfs-file
*.unitypackage lfs-file
# Unity specific assets
*-[Nn]av[Mm]esh.asset lfs-file
*-[Tt]errain.asset lfs-file
*OcclusionCullingData.asset
# Creative software
*.exr lfs-file
*.lxo lfs-file
*.reason lfs-file
*.rns lfs-file
# Documents
*.pdf lfs-file
# Image formats
*.afdesign lfs-file
*.afphoto lfs-file
*.ai lfs-file
*.bmp lfs-file
*.dds lfs-file
*.gif lfs-file
*.hdr lfs-file
*.ico lfs-file
*.iff lfs-file
*.jpeg lfs-file
*.jpg lfs-file
*.pict lfs-file
*.png lfs-file
*.psd lfs-file
*.svg lfs-file
*.tga lfs-file
*.tif lfs-file
*.tiff lfs-file
*.webp lfs-file
# Audio formats
*.aif lfs-file
*.aiff lfs-file
*.it lfs-file
*.mod lfs-file
*.mp3 lfs-file
*.ogg lfs-file
*.s3m lfs-file
*.wav lfs-file
*.xm lfs-file
# Video formats
*.asf lfs-file
*.avi lfs-file
*.mov lfs-file
*.mp4 lfs-file
*.mpeg lfs-file
*.mpg lfs-file
# 3D formats
*.3dm lfs-file
*.3ds lfs-file
*.abc lfs-file
*.blend lfs-file
*.c4d lfs-file
*.collada lfs-file
*.dae lfs-file
*.dfx lfs-file
*.dxf lfs-file
*.fbx lfs-file
*.FBX lfs-file
*.glb lfs-file
*.gltf lfs-file
*.jas lfs-file
*.lwo lfs-file
*.lwo2 lfs-file
*.lws lfs-file
*.lxo lfs-file
*.ma lfs-file
*.max lfs-file
*.mb lfs-file
*.obj lfs-file
*.ply lfs-file
*.skp lfs-file
*.stl lfs-file
*.ztl lfs-file
# Font formats
*.otf lfs-file
*.ttf lfs-file
# Bundles and binaries
*.dll lfs-file
*.exe lfs-file
*.mdb lfs-file
*.pdb lfs-file
*.so lfs-file
# Packaging
*.7z lfs-file
*.gz lfs-file
*.rar lfs-file
*.tar lfs-file
*.zip lfs-file
# Exclude docs directory from LFS tracking
/docs/** -filter=lfs -text