diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index f14050368..5788b1228 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,13 +3,14 @@ *.html text eol=lf *.js text eol=lf *.json text eol=lf -*.less text eol=lf *.md text eol=lf +*.py text eol=lf +*.rb text eol=lf +*.scss text eol=lf *.svg text eol=lf *.yml text eol=lf # Don't diff or textually merge source maps *.map binary -bootstrap-theme.css linguist-vendored=false bootstrap.css linguist-vendored=false bootstrap.js linguist-vendored=false |
