diff options
| author | XhmikosR <[email protected]> | 2020-02-17 21:18:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-17 21:18:57 +0200 |
| commit | 9c57f79d6b097e424066cb21081e5989ee596bdf (patch) | |
| tree | c58d559144036a8ca8fd220791f843c0f2f2a01d /.gitattributes | |
| parent | f1e47e24c390ee0e507301bc2e770df5ec55628d (diff) | |
| download | bootstrap-9c57f79d6b097e424066cb21081e5989ee596bdf.tar.xz bootstrap-9c57f79d6b097e424066cb21081e5989ee596bdf.zip | |
.gitattributes: add `.sh` and remove `.rb` files. (#30196)
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
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 |
