forked from gitattributes/gitattributes
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJava.gitattributes
More file actions
Latest commit
29 lines (27 loc) · 734 Bytes
/
Copy pathJava.gitattributes
File metadata and controls
29 lines (27 loc) · 734 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
# Java sources
*.javatextdiff=java
*.gradletextdiff=java
*.gradle.ktstextdiff=java
# These files are text and should be normalized (Convert crlf => lf)
*.csstextdiff=css
*.dftext
*.htmtextdiff=html
*.htmltextdiff=html
*.jstext
*.jsptext
*.jspftext
*.jspxtext
*.propertiestext
*.tldtext
*.tagtext
*.tagxtext
*.xmltext
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.classbinary
*.dllbinary
*.earbinary
*.jarbinary
*.sobinary
*.warbinary
*.jksbinary