Skip to content

Commit

Permalink
Normalize svg type (Fixes #45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb committed Apr 20, 2019
1 parent a452a36 commit d1514be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Common.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@
*.tif binary
*.tiff binary
*.ico binary
# SVG treated as an asset (binary) by default. If you want to treat it as text,
# comment-out the following line and uncomment the line after.
*.svg binary
#*.svg text
# SVG treated as an asset (binary) by default.
*.svg text
# If you want to treat it as text,
# use the following line instead.
# *.svg binary

*.eps binary

#
Expand Down
6 changes: 5 additions & 1 deletion Web.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@ Procfile text
*.png binary
*.psb binary
*.psd binary
*.svg text
# SVG treated as an asset (binary) by default.
*.svg text
# If you want to treat it as text,
# use the following line instead.
# *.svg binary
*.svgz binary
*.tif binary
*.tiff binary
Expand Down

0 comments on commit d1514be

Please sign in to comment.