Add SSH keys setup guide and update configurations for secure key management
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 4m31s

This commit is contained in:
Frank John Begornia
2026-02-23 02:01:12 +08:00
parent 3dac8ee685
commit dfdb48920d
5 changed files with 139 additions and 1 deletions

11
.gitignore vendored
View File

@@ -1,3 +1,14 @@
/vendor
/node_modules
.env
# SSH Keys - Never commit private keys
*.ppk
*.pem
*.key
id_rsa
id_dsa
id_ecdsa
id_ed25519
_key/
.ssh/