forked from N3h3miah/OrbitalMaterialScience
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitattributes
132 lines (127 loc) · 3.45 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
# gitattributes for working with Unity
#
# From http://blog.shadowmoses.co.uk/2013/12/getting-unity-3d-working-with-git-on.html
#
# Apply native OS line-endings on checkout of these files...
*.boo text
*.c text
*.cginc text
*.config text
*.contentproj text
*.cpp text
*.dae text
*.DAE text
*.dtd text
*.fx text
*.glsl text
*.h text
*.inc text
*.ini text
*.js text
*.JSFL text
*.jsfl text
*.json text
*.log text
*.md text
*.mel text
*.php text
*.shader text
*.txt text
*.TXT text
*.xaml text
*.xml text
*.xsd text
.gitattributes text
.gitignore text
COPYING text
INSTALL* text
KEYS* text
LICENSE* text
NEWS* text
NOTICE* text
README* text
TODO* text
WHATSNEW* text
# Apply Unix-style LF line-endings on checkout of these files...
*.meta text eol=lf
*.sh text eol=lf
*.vspscc text eol=lf
.htaccess text eol=lf
# Previous "binary"
*.unity text eol=lf
*.asset text eol=lf
*.prefab text eol=lf
# Apply Windows/DOS-style CR-LF line-endings on checkout of these files...
*.bat text eol=crlf
*.cmd text eol=crlf
*.csproj text eol=crlf
*.sln text eol=crlf
*.user text eol=crlf
*.vcproj text eol=crlf
*.cs text eol=crlf
*.css text eol=crlf
*.htm text eol=crlf
*.html text eol=crlf
# No end-of-line conversions are applied (i.e., "-text -diff") to these files...
*.7z binary
*.ai binary
*.anim binary
*.apk binary
*.bin binary
*.bmp binary
*.BMP binary
*.com binary
*.COM binary
*.controller binary
*.cubemap binary
*.dex binary
*.dll binary
*.DLL binary
*.dylib binary
*.eps binary
*.exe binary
*.EXE binary
*.exr binary
*.fbx binary
*.FBX binary
*.fla binary
*.flare binary
*.flv binary
*.gif binary
*.guiskin binary
*.gz binary
*.ht binary
*.ico binary
*.jpeg binary
*.jpg binary
*.keystore binary
*.mask binary
*.mat binary
*.mb binary
*.mp3 binary
*.mp4 binary
*.mpg binary
*.ogg binary
*.PCX binary
*.pcx binary
*.pdb binary
*.pdf binary
*.physicMaterial binary
*.physicmaterial binary
*.png binary
*.ps binary
*.psd binary
*.qt binary
*.so binary
*.swf binary
*.tga binary
*.tif binary
*.tiff binary
*.ttf binary
*.TTF binary
*.unitypackage binary
*.unityPackage binary
*.wav binary
*.wmv binary
*.zip binary
*.ZIP binary