Skip to content

Commit

Permalink
.gitattributes: Exclude *.svg from CRLF/LF conversion
Browse files Browse the repository at this point in the history
I ran into trouble after importing the Hugo v0.43 release tarball
into the Debian packaging git repository...
  • Loading branch information
anthonyfok committed Jul 10, 2018
1 parent 2b73e89 commit 9c1e820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Go source files always have LF line endings
*.go text eol=lf

# SVG files should not be modified
*.svg -text

0 comments on commit 9c1e820

Please sign in to comment.