-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (20 loc) · 774 Bytes
/
.gitattributes
File metadata and controls
22 lines (20 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# These filetypes should be recognized as VDF, not ReScript
*.vdf linguist-detectable=true
*.res linguist-detectable=true linguist-language=vdf
*.txt linguist-detectable=true linguist-language=vdf
*.vmt linguist-detectable=true linguist-language=vdf
resource/chat_english.txt diff
# Keep these filetypes binary
*.png binary
*.jpg binary
# These filetypes should always have CRLF line endings on checkout
*.res eol=crlf
# All text set to automatic end-of-line normalization
* text=auto
# Working tree encoding prevents UTF-16 LE chat_ files from appearing as binary (enables git diff)
resource/*.txt text working-tree-encoding=UTF-16LE-BOM
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
readme.md export-ignore
README, stupid.txt export-ignore