-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
56 lines (50 loc) · 2.87 KB
/
.gitattributes
File metadata and controls
56 lines (50 loc) · 2.87 KB
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
* text=auto eol=lf
# Defold Protocol Buffer Text Files (https://github.com/github/linguist/issues/5091)
*.animationset text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.atlas text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.camera text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.collection text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.collectionfactory text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.collectionproxy text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.collisionobject text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.cubemap text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.display_profiles text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.factory text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.font text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.gamepads text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.go text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.gui text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.input_binding text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.label text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.material text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.mesh text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.model text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.particlefx text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.render text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.sound text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.sprite text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.spinemodel text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.spinescene text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.texture_profiles text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.tilemap text eol=lf linguist-language=JSON5 gitlab-language=protobuf
*.tilesource text eol=lf linguist-language=JSON5 gitlab-language=protobuf
# Defold JSON Files
*.buffer text eol=lf linguist-language=JSON gitlab-language=json
# Defold GLSL Shaders
*.fp text eol=lf linguist-language=GLSL gitlab-language=glsl
*.vp text eol=lf linguist-language=GLSL gitlab-language=glsl
*.glsl text eol=lf linguist-language=GLSL gitlab-language=glsl
# Defold Lua Files
*.editor_script text eol=lf linguist-language=Lua gitlab-language=lua
*.render_script text eol=lf linguist-language=Lua gitlab-language=lua
*.script text eol=lf linguist-language=Lua gitlab-language=lua
*.gui_script text eol=lf linguist-language=Lua gitlab-language=lua
# Defold Project Settings
*.project text eol=lf linguist-language=INI gitlab-language=ini
# EOL Settings
*.cpp text eol=lf
*.html text eol=lf
*.json text eol=lf
*.lua text eol=lf
*.md text eol=lf
*.yml text eol=lf