mirror of
https://github.com/sstent/TESTSITE.git
synced 2026-01-25 22:52:03 +00:00
Add attributes for documents and even more graphics
This commit is contained in:
23
.gitattributes
vendored
23
.gitattributes
vendored
@@ -44,3 +44,26 @@ CNAME text
|
|||||||
*.zip binary
|
*.zip binary
|
||||||
*.7z binary
|
*.7z binary
|
||||||
*.ttf binary
|
*.ttf binary
|
||||||
|
|
||||||
|
## https://github.com/Danimoth/gitattributes/blob/e9c4312cabdbcf7f66205f3c3271336d4563e92c/Common.gitattributes (partial)
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# Graphics
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.jpeg binary
|
||||||
|
*.gif binary
|
||||||
|
*.ico binary
|
||||||
|
*.svg text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user