aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-02-17 21:18:57 +0200
committerGitHub <[email protected]>2020-02-17 21:18:57 +0200
commit9c57f79d6b097e424066cb21081e5989ee596bdf (patch)
treec58d559144036a8ca8fd220791f843c0f2f2a01d
parentf1e47e24c390ee0e507301bc2e770df5ec55628d (diff)
downloadbootstrap-9c57f79d6b097e424066cb21081e5989ee596bdf.tar.xz
bootstrap-9c57f79d6b097e424066cb21081e5989ee596bdf.zip
.gitattributes: add `.sh` and remove `.rb` files. (#30196)
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 39813c758..db3ab0961 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