Skip to content

Commit e39ad65

Browse files
committed
chore(cache): Add .gitignore for certificate files
Prevent certificate files from being accidentally committed to the repository. Signed-off-by: kaikaila <[email protected]>
1 parent c950c4d commit e39ad65

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

backend/src/cache/certs/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ignore certificate files - these should never be committed
2+
*.pem
3+
*.key
4+
*.crt
5+
*.p12
6+
*.pfx
7+
8+
# Keep this .gitignore file
9+
!.gitignore

0 commit comments

Comments
 (0)