Skip to content

Commit

Permalink
fix: binary file line endings
Browse files Browse the repository at this point in the history
Signed-off-by: Alano Terblanche <[email protected]>
  • Loading branch information
Benehiko committed Aug 29, 2024
1 parent 6273e65 commit 73c577f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ Dockerfile* linguist-language=Dockerfile
vendor.mod linguist-language=Go-Module
vendor.sum linguist-language=Go-Checksums
*.bat text eol=crlf

*.png binary
*.ico binary
*.gif binary
*.jpg binary
*.env binary
*.sum binary
*.db binary
*.tar binary

0 comments on commit 73c577f

Please sign in to comment.