-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (30 loc) · 682 Bytes
/
.gitattributes
File metadata and controls
34 lines (30 loc) · 682 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
# This file has been generated using '.gitattributes Generator'.
# You can generate yours at http://ihopepeace.github.io/gitattributes_generator
* text=auto
# Explicitly declare text files that should be normalized and converted
# to native line endings on checkout.
*.java text eol=lf
*.sh text eol=lf
*.props text eol=lf
*.properties text eol=lf
*.conf text eol=lf
*.asm eol=lf
*.adoc eol=lf
*.inc eol=lf
*.eds eol=lf
*.cup eol=lf
*.flex eol=lf
*.jflex eol=lf
*.md eol=lf
*.b eol=lf
*.bat=crlf
# Declare files that are truly binary and shouldn't be modified.
*.jpeg binary
*.jpg binary
*.png binary
*.gif binary
*.ttf binary
*.jar binary
*.zip binary
*.hex binary
*.ro binary