40 lines
733 B
Plaintext
40 lines
733 B
Plaintext
#common settings that generally should always be used with your language specific settings
|
|
|
|
# Auto detect text files and perform LF normalization
|
|
# http://git-scm.com/docs/gitattributes
|
|
* text=auto
|
|
#
|
|
# The above will handle all files NOT found below
|
|
#
|
|
|
|
# Documents
|
|
*.doc diff=astextplain
|
|
*.DOC diff=astextplain
|
|
*.docx diff=astextplain
|
|
*.DOCX diff=astextplain
|
|
*.dot diff=astextplain
|
|
*.DOT diff=astextplain
|
|
*.pdf diff=astextplain
|
|
*.PDF diff=astextplain
|
|
*.rtf diff=astextplain
|
|
*.RTF diff=astextplain
|
|
*.md text
|
|
*.adoc text
|
|
*.textile text
|
|
*.mustache text
|
|
*.csv text
|
|
*.tab text
|
|
*.tsv text
|
|
*.sql text
|
|
|
|
# Graphics
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.tif binary
|
|
*.tiff binary
|
|
*.ico binary
|
|
*.svg binary
|
|
*.eps binary
|