Skip to content

Commit 4de83bc

Browse files
committed
.gitattributes
1 parent 9506a19 commit 4de83bc

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitattributes

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Java sources
2+
*.java text diff=java
3+
*.kt text diff=kotlin
4+
*.groovy text diff=java
5+
*.scala text diff=java
6+
*.gradle text diff=java
7+
*.gradle.kts text diff=kotlin
8+
9+
# These files are text and should be normalized (Convert crlf => lf)
10+
*.css text diff=css
11+
*.scss text diff=css
12+
*.sass text
13+
*.df text
14+
*.htm text diff=html
15+
*.html text diff=html
16+
*.js text
17+
*.jsp text
18+
*.jspf text
19+
*.jspx text
20+
*.properties text
21+
*.tld text
22+
*.tag text
23+
*.tagx text
24+
*.xml text
25+
26+
# These files are binary and should be left untouched
27+
# (binary is a macro for -text -diff)
28+
*.class binary
29+
*.dll binary
30+
*.ear binary
31+
*.jar binary
32+
*.so binary
33+
*.war binary
34+
*.jks binary

0 commit comments

Comments
 (0)