forked from java-decompiler/java-decompiler.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
17 lines (13 loc) · 493 Bytes
/
.gitattributes
File metadata and controls
17 lines (13 loc) · 493 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare OSX files that will always have LF line endings on checkout.
Info.plist text eol=lf
# Declare script files that will always have LF line endings on checkout.
*.sh text eol=lf
# Declare script files that will always have CR/LF line endings on checkout.
*.bat text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.icns binary