Skip to content

Commit 26ed71a

Browse files
authored
Create .gitattributes
1 parent 594e3ec commit 26ed71a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Declare files that will always have LF line endings on checkout.
2+
META-INF/** text eol=lf
3+
*.prop text eol=lf
4+
*.sh text eol=lf
5+
*.md text eol=lf
6+
7+
# Denote all files that are truly binary and should not be modified.
8+
system/** binary

0 commit comments

Comments
 (0)