-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (21 loc) · 755 Bytes
/
Copy path.gitattributes
File metadata and controls
25 lines (21 loc) · 755 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
# The working files are LF today and core.autocrlf is on globally, so without
# this a fresh clone would come back CRLF and the first edit would show up as a
# whole-file diff. Pin LF everywhere; WoW reads either.
* text=auto eol=lf
*.lua text eol=lf
*.toc text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.zip binary
*.rar binary
*.7z binary
# Screenshots. `* text=auto` above already detects binaries, but being explicit
# means no chance of a line-ending filter ever touching them.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
# The rounded-corner art. A line-ending filter applied to a .tga corrupts it,
# and the failure is quiet: SetTexture returns false, the style file falls back
# to square corners, and nothing errors.
*.tga binary