From 642d1001e32ce5acdf32f791910778517cadc616 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 17 Feb 2020 21:18:57 +0200 Subject: [PATCH] .gitattributes: add `.sh` and remove `.rb` files. (#30196) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 39813c7589..db3ab09617 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,8 +4,8 @@ *.js text eol=lf *.json text eol=lf *.md text eol=lf -*.rb text eol=lf *.scss text eol=lf +*.sh text eol=lf *.svg text eol=lf *.txt text eol=lf *.xml text eol=lf