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 30, 2024
1 parent 6273e65 commit 39e0206
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@ Dockerfile* linguist-language=Dockerfile
vendor.mod linguist-language=Go-Module
vendor.sum linguist-language=Go-Checksums
*.bat text eol=crlf
*.sh text eol=lf

*.env -text

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

0 comments on commit 39e0206

Please sign in to comment.