-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
126 lines (110 loc) · 3.63 KB
/
.gitattributes
File metadata and controls
126 lines (110 loc) · 3.63 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
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
# Global attributes for forcing line endings normalization of specific files
* text=auto
# YAML-based files
*.yml text eol=lf encoding=utf-8
*.yaml text eol=lf encoding=utf-8
# Documents
*.md text eol=crlf encoding=utf-8
*.txt text eol=crlf encoding=cp1251
# INI-based files
*.ini text eol=crlf encoding=utf-8
*.INI text eol=crlf encoding=utf-8
*.editorconfig text eol=crlf encoding=utf-8
# Batch scripts
*.bat text eol=crlf encoding=utf-8
*.cmd text eol=crlf encoding=utf-8
# PowerShell scripts
*.ps1 text eol=crlf encoding=utf-8
# X-Ray configs
*.ltx linguist-detectable
*.seq linguist-detectable
*.xml linguist-detectable
*.ltx text eol=crlf encoding=cp1251 linguist-language=INI gitlab-language=ini
*.seq text eol=crlf encoding=cp1251 linguist-language=INI gitlab-language=ini
*.xml text eol=crlf encoding=cp1251 linguist-language=XML gitlab-language=xml
configs/gameplay/*.xml text eol=crlf encoding=cp1251
configs/ui/*.xml text eol=crlf encoding=cp1251
configs/text/cze/*.xml text eol=crlf encoding=cp1250
configs/text/eng/*.xml text eol=crlf encoding=cp1252
configs/text/fra/*.xml text eol=crlf encoding=cp1252
configs/text/ger/*.xml text eol=crlf encoding=cp1252
configs/text/ita/*.xml text eol=crlf encoding=cp1252
configs/text/pol/*.xml text eol=crlf encoding=cp1250
configs/text/rus/*.xml text eol=crlf encoding=cp1251
configs/text/spa/*.xml text eol=crlf encoding=cp1252
# X-Ray scripts
*.script linguist-detectable
*.script text eol=crlf encoding=utf-8 linguist-language=Lua gitlab-language=lua
*.lua text eol=crlf encoding=utf-8
# X-Ray shaders
shaders/**/*.hlsl linguist-detectable
shaders/**/*.hlsli linguist-detectable
shaders/**/*.hlsl text eol=crlf encoding=utf-8 linguist-language=HLSL gitlab-language=hlsl
shaders/**/*.hlsli text eol=crlf encoding=utf-8 linguist-language=HLSL gitlab-language=hlsl
# X-Ray assets
*.efd binary
*.anm binary
*.ppe binary
*.ogf binary
*.omf binary
*.dm binary
*.dds binary
*.thm binary
*.ogf binary
*.ogm binary
*.tga binary
*.spawn binary
*.bin binary
# X-Ray build results
build.aimap binary
build.cform binary
build.details binary
build.lights binary
build.prj binary
# X-Ray level assets
level binary
level.ai binary
level.cform binary
level.details binary
level.env_mod binary
level.fog_vol binary
level.game binary
level.geom binary
level.geomx binary
level.hom binary
level.ps_static binary
level.snd_static binary
level.wallmarks binary
level.puddles text eol=crlf gitlab-language=ini
ai_map.part binary
detail_object.part binary
fog_volume.part text eol=crlf gitlab-language=ini
glow.part text eol=crlf gitlab-language=ini
group.part text eol=crlf gitlab-language=ini
group.part1 text eol=crlf gitlab-language=ini
light.part text eol=crlf gitlab-language=ini
portal.part text eol=crlf gitlab-language=ini
ps.part text eol=crlf gitlab-language=ini
scene_object.part text eol=crlf gitlab-language=ini
sector.part text eol=crlf gitlab-language=ini
shape.part text eol=crlf gitlab-language=ini
sound_env.part text eol=crlf gitlab-language=ini
sound_src.part text eol=crlf gitlab-language=ini
spawn.part text eol=crlf gitlab-language=ini
wallmark.part binary
way.part text eol=crlf gitlab-language=ini
puddles.part text eol=crlf gitlab-language=ini
*.details binary
*.group binary
*.level binary
*.dti binary
*.object binary
*.skl binary
*.skls binary
*.bones binary
*.exe binary
*.dll binary
*.bpl binary
*.bpi binary
*.pdb binary
*.tds binary