.gitattributes 359 Bytes
Newer Older
1
2
3
4
5
6
# Enforce Unix newlines
*.css   text eol=lf
*.html  text eol=lf
*.js    text eol=lf
*.json  text eol=lf
*.md    text eol=lf
XhmikosR's avatar
XhmikosR committed
7
*.py    text eol=lf
XhmikosR's avatar
XhmikosR committed
8
*.rb    text eol=lf
9
*.scss  text eol=lf
XhmikosR's avatar
XhmikosR committed
10
*.svg   text eol=lf
11
*.yml   text eol=lf
12
13
# Don't diff or textually merge source maps
*.map   binary
14
15
16

bootstrap.css linguist-vendored=false
bootstrap.js linguist-vendored=false