Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 202e663

Browse files
Merge pull request #333 from ramonsmits/patch-1
Treat *.pfx as binary so CRLF will not change it
2 parents cecdc40 + 6b2a4ed commit 202e663

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@
6262
#*.PDF diff=astextplain
6363
#*.rtf diff=astextplain
6464
#*.RTF diff=astextplain
65+
66+
67+
###############################################################################
68+
# Certificates are binary
69+
###############################################################################
70+
*.pfx binary
71+

0 commit comments

Comments
 (0)