Skip to content

Commit

Permalink
Merge pull request #608 from nekomeowww/dev/update-gitignore
Browse files Browse the repository at this point in the history
chore: added more certificate and test use sqlite db related ignore for `.gitignore`
  • Loading branch information
Iceber authored Nov 28, 2023
2 parents 9c2e456 + 05f1a65 commit eb9ba3f
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 eb9ba3f

Please sign in to comment.