Skip to content

Commit 6016cb5

Browse files
author
Byron Katz
committed
updating git attributes a bit
1 parent 2d2c976 commit 6016cb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# LF normalization for text files
2-
* text=auto
2+
* text eol=lf
33

44
# allow gradlew.bat to retain CRLF
55
gradlew.bat text eol=crlf
66

77
# screenshots are binary and shouldn't be changed
88
*.jpg binary
99
*.png binary
10+
11+
# jar files are binary.
12+
*.jar binary

0 commit comments

Comments
 (0)