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
committerXhmikosR <xhmikosr@gmail.com>2020-02-17 22:33:54 +0300
commit642d1001e32ce5acdf32f791910778517cadc616 (patch)
tree6dc868ecb8cbabf3933d958808bde1bfe08b5a8e /.gitattributes
parent473d36ff387ddf17930793805cfbd027732909bc (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