Skip to content

Commit

Permalink
Update .gitignore to ignore certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjostrand-hpe committed Jul 20, 2022
1 parent f2d4991 commit bfbd38c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
kubernetes/.packaged/
.idea/
.idea/

# Prevent certificates from getting checked in
*.ca
*.cer
*.crt
*.csr
*.key
*.pem

0 comments on commit bfbd38c

Please sign in to comment.