-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy path.gitattributes
67 lines (67 loc) · 2.73 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
* text=auto -whitespace
# for csharp source files, whitespace=tab-in-indent,trailing-space,tabwidth=4 is recommended
# however it would result in too many warnings right now
*.cs text eol=auto diff=csharp
*.sh text eol=lf
*.ps1 text eol=crlf
*.bat text eol=crlf
# unity assets
*.mat text eol=auto merge=unityyamlmerge
*.anim text eol=auto merge=unityyamlmerge
*.unity text eol=auto merge=unityyamlmerge
*.prefab text eol=auto merge=unityyamlmerge
*.physicsMaterial2D text eol=auto merge=unityyamlmerge
*.physicMaterial text eol=auto merge=unityyamlmerge
*.asset text eol=auto merge=unityyamlmerge
*.meta text eol=auto merge=unityyamlmerge
*.controller text eol=auto merge=unityyamlmerge
*.playable text eol=auto merge=unityyamlmerge
*.shader text eol=auto merge=unityyamlmerge
# plugins
*.h text eol=auto diff=cpp
*.m text eol=auto diff=objc
*.mm text eol=auto diff=objc
*.plist text eol=auto
*.aar binary filter=lfs diff=lfs merge=lfs
*.dll binary filter=lfs diff=lfs merge=lfs
*.dylib binary filter=lfs diff=lfs merge=lfs
*.jar binary filter=lfs diff=lfs merge=lfs
*.so binary filter=lfs diff=lfs merge=lfs
# miscellaneous assets
*.xml text eol=auto
*.jslib text eol=auto
# binary files
# + unity
LightingData.asset binary filter=lfs diff=lfs merge=lfs
NavMesh-*.asset binary filter=lfs diff=lfs merge=lfs
# + image
*.jpg binary filter=lfs diff=lfs merge=lfs
*.jpeg binary filter=lfs diff=lfs merge=lfs
*.png binary filter=lfs diff=lfs merge=lfs
*.gif binary filter=lfs diff=lfs merge=lfs
*.tga binary filter=lfs diff=lfs merge=lfs
*.exr binary filter=lfs diff=lfs merge=lfs
*.psd binary filter=lfs diff=lfs merge=lfs
# + audio
*.mp3 binary filter=lfs diff=lfs merge=lfs
*.wav binary filter=lfs diff=lfs merge=lfs
*.ogg binary filter=lfs diff=lfs merge=lfs
*.acb binary filter=lfs diff=lfs merge=lfs
*.acf binary filter=lfs diff=lfs merge=lfs
*.awb binary filter=lfs diff=lfs merge=lfs
# + video
*.mp4 binary filter=lfs diff=lfs merge=lfs
*.mov binary filter=lfs diff=lfs merge=lfs
# + 3d
*.obj binary filter=lfs diff=lfs merge=lfs
*.fbx binary filter=lfs diff=lfs merge=lfs
*.FBX binary filter=lfs diff=lfs merge=lfs
# + other
*.ttf binary filter=lfs diff=lfs merge=lfs
*.otf binary filter=lfs diff=lfs merge=lfs
*.xls binary filter=lfs diff=lfs merge=lfs
*.xlsx binary filter=lfs diff=lfs merge=lfs
*.pdf binary filter=lfs diff=lfs merge=lfs
*.md text eol=auto
*.txt text eol=auto
*.vdb filter=lfs diff=lfs merge=lfs -text