Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-02-17 22:18:57 +0300
committerGitHub <noreply@github.com>2020-02-17 22:18:57 +0300
commit9c57f79d6b097e424066cb21081e5989ee596bdf (patch)
treec58d559144036a8ca8fd220791f843c0f2f2a01d /.gitattributes
parentf1e47e24c390ee0e507301bc2e770df5ec55628d (diff)
.gitattributes: add `.sh` and remove `.rb` files. (#30196)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
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