Skip to content

Commit

Permalink
chore: added more certificate and test use sqlite db related ignore f…
Browse files Browse the repository at this point in the history
…or .gitignore

Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Nov 28, 2023
1 parent f3e50db commit 05f1a65
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,29 @@
.DS_Store

# Certificate related credential files
# Encoding of certificates and private keys
*.pem
*.der
# Certificate related
*.crt
*.cer
*.ca-bundle
# Certificate signing request
*.csr
# Certificate revoking list
*.crl
# Private key related
*.key
*.p12
*.pfx
# PKCS#7 related
*.p7b
*.p7r
*.p7r
*.spc

# apiserver local up cert trash
apiserver.local.config

# SQLite DB Files
*.db

0 comments on commit 05f1a65

Please sign in to comment.