|
|
@ -15,6 +15,7 @@ |
|
|
*.DOCX diff=astextplain |
|
|
*.DOCX diff=astextplain |
|
|
*.dot diff=astextplain |
|
|
*.dot diff=astextplain |
|
|
*.DOT diff=astextplain |
|
|
*.DOT diff=astextplain |
|
|
|
|
|
*.epub diff=astextplain |
|
|
*.pdf diff=astextplain |
|
|
*.pdf diff=astextplain |
|
|
*.PDF diff=astextplain |
|
|
*.PDF diff=astextplain |
|
|
*.rtf diff=astextplain |
|
|
*.rtf diff=astextplain |
|
|
@ -25,15 +26,11 @@ |
|
|
*.adoc text |
|
|
*.adoc text |
|
|
*.textile text |
|
|
*.textile text |
|
|
*.mustache text |
|
|
*.mustache text |
|
|
*.csv text eol=crlf |
|
|
|
|
|
*.tab text |
|
|
*.tab text |
|
|
*.tsv text |
|
|
*.tsv text |
|
|
*.txt text |
|
|
*.txt text |
|
|
*.sql text |
|
|
*.sql text |
|
|
*.epub diff=astextplain |
|
|
*.csv text eol=crlf |
|
|
*.dsc text eol=crlf |
|
|
|
|
|
*.dsp text eol=crlf |
|
|
|
|
|
*.ini text eol=crlf |
|
|
|
|
|
|
|
|
|
|
|
# Graphics |
|
|
# Graphics |
|
|
*.png binary |
|
|
*.png binary |
|
|
@ -43,17 +40,19 @@ |
|
|
*.tif binary |
|
|
*.tif binary |
|
|
*.tiff binary |
|
|
*.tiff binary |
|
|
*.ico binary |
|
|
*.ico binary |
|
|
|
|
|
*.eps binary |
|
|
# SVG treated as text by default. |
|
|
# SVG treated as text by default. |
|
|
*.svg text |
|
|
*.svg text |
|
|
# If you want to treat it as binary, |
|
|
# If you want to treat it as binary, |
|
|
# use the following line instead. |
|
|
# use the following line instead. |
|
|
# *.svg binary |
|
|
# *.svg binary |
|
|
*.eps binary |
|
|
|
|
|
|
|
|
|
|
|
# Scripts |
|
|
# Scripts |
|
|
*.bash text eol=lf |
|
|
*.bash text eol=lf |
|
|
*.fish text eol=lf |
|
|
*.fish text eol=lf |
|
|
*.ksh text eol=lf |
|
|
*.ksh text eol=lf |
|
|
|
|
|
*.py text eol=lf |
|
|
|
|
|
*.php text eol=lf |
|
|
*.sh text eol=lf |
|
|
*.sh text eol=lf |
|
|
*.zsh text eol=lf |
|
|
*.zsh text eol=lf |
|
|
# These are explicitly windows files and should use crlf |
|
|
# These are explicitly windows files and should use crlf |
|
|
@ -61,6 +60,14 @@ |
|
|
*.cmd text eol=crlf |
|
|
*.cmd text eol=crlf |
|
|
*.ps1 text eol=crlf |
|
|
*.ps1 text eol=crlf |
|
|
|
|
|
|
|
|
|
|
|
# Visual Dialog Script |
|
|
|
|
|
*.dsc text eol=crlf |
|
|
|
|
|
*.dsp text eol=crlf |
|
|
|
|
|
|
|
|
|
|
|
# Config files |
|
|
|
|
|
*.ini text eol=crlf |
|
|
|
|
|
*.conf text eol=lf |
|
|
|
|
|
|
|
|
# Serialisation |
|
|
# Serialisation |
|
|
*.json text |
|
|
*.json text |
|
|
*.toml text |
|
|
*.toml text |
|
|
|