-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
55 lines (47 loc) · 872 Bytes
/
Copy path.gitattributes
File metadata and controls
55 lines (47 loc) · 872 Bytes
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
# Core settings
* text=auto eol=lf
# Documentation / text files
*.md text
*.txt text
*.cfg text
*.shader text
*.arena text
*.map text
*.particle text
*.ini text
*.json text
*.xml text
# Scripts
*.sh text eol=lf
*.bat text eol=crlf
*.ps1 text eol=crlf
*.py text
*.js text
# Binary assets - no diff
*.jpg binary
*.jpeg binary
*.png binary
*.tga binary
*.kra binary
*.gif binary
*.psd binary
*.wav binary
*.mp3 binary
*.ogg binary
*.opus binary
*.md3 binary
*.pk3 binary
*.zip binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary
# Keep VERSION file as text
VERSION text
# Quake-specific text files
*.shader linguist-language=GLSL
*.arena linguist-language=INI
*.map linguist-language=INI
*.shader text
*.arena text
*.map text