-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitattributes
68 lines (60 loc) · 1016 Bytes
/
.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
* text=auto
###### Git
.gitattributes text
.gitignore text
.gitconfig text
.gitmodules text
# Sources
*.c text diff=cpp
*.cc text diff=cpp
*.cxx text diff=cpp
*.cpp text diff=cpp
*.c++ text diff=cpp
*.hpp text diff=cpp
*.h text diff=cpp
*.h++ text diff=cpp
*.hh text diff=cpp
*.cs text diff=csharp
*.glsl text
## Project/Editor
*.arcproj eol=lf
*.arc eol=lf
*.prefab eol=lf
*.mat eol=lf
*.ini eol=lf
#Image
*.jpg -text
*.jpeg -text
*.png -text
*.gif -text
*.psd -text
*.ai -text
*.psb -text
#Audio
*.mp3 -text
*.wav -text
*.ogg -text
#Video
*.mp4 -text
*.mov -text
#3D Object
*.FBX -text
*.fbx -text
*.obj -text
*.GLTF -text
*.gltf -text
#ETC
*.bat text eol=crlf
*.exe binary
*.dll binary
*.sh text eol=lf
*.so binary
*.a binary
*.exr -text
*.tga -text
*.pdf -text
*.zip -text
*.ttf -text
*.csv text
*.tsv text
*.md text