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

Commit 55c4e07

Browse files
committed
Ignore SSL .crt and .key files
Avoid user certs being accidently committed.
1 parent 20b7c03 commit 55c4e07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Config files
22
*.toml
33

4+
# Certificates
5+
*.crt
6+
*.key
7+
48
# Binaries for programs and plugins
59
*.exe
610
*.exe~

0 commit comments

Comments
 (0)