Skip to content

Commit bcb0d83

Browse files
committed
Merge pull request spring-projects#27615 from Goooler
* pr/27615: Polish "Add .gitattributes" Add .gitattributes Closes spring-projectsgh-27615
2 parents 72f80f3 + 497d68a commit bcb0d83

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* text eol=lf
2+
3+
*.groovy text diff=java
4+
*.java text diff=java
5+
*.kt text diff=java
6+
7+
*.bat text eol=crlf
8+
9+
*.gif binary
10+
*.jar binary
11+
*.jpg binary

0 commit comments

Comments
 (0)