Browse Source

Update shared gitattributes to handle rogue exif pdf.

pull/1075/head
James Jackson-South 6 years ago
parent
commit
a4c40ec5a5
  1. 12
      .gitattributes
  2. 2
      shared-infrastructure

12
.gitattributes

@ -89,13 +89,22 @@
###############################################################################
*.bmp binary
*.dll binary
*.eot binary
*.exe binary
*.gif binary
*.jpg binary
*.pdf binary
*.png binary
*.tga binary
*.ppt binary
*.pptx binary
*.ttf binary
*.snk binary
*.ttf binary
*.woff binary
*.woff2 binary
*.xls binary
*.xlsx binary
###############################################################################
# Set explicit file behavior to:
@ -107,3 +116,4 @@
*.pdf diff=astextplain
*.pptx diff=astextplain
*.rtf diff=astextplain
*.svg diff=astextplain

2
shared-infrastructure

@ -1 +1 @@
Subproject commit faf84e44ec90e8a42a7271bcd04fea76279efb08
Subproject commit c2e689abe9227209e6d5bc4bf56255d92b4a5d62
Loading…
Cancel
Save