.gitattributes
14 lines
| 187 B
| text/plain
|
TextLexer
| r0 | # Anything not explicitly listed | |||
| * text=auto | ||||
| # Code files | ||||
| *.php text | ||||
| *.css text | ||||
| *.js text | ||||
| *.html text | ||||
| # Images | ||||
| *.png binary | ||||
| *.jpg binary | ||||
| *.gif binary | ||||
| *.psd binary | ||||
