chore: expand gitignore to cover common secret files

This commit is contained in:
SinachPat
2026-08-15 14:53:35 +01:00
parent bb84ab5aef
commit d34347b1d9
+30 -1
View File
@@ -1,8 +1,37 @@
.DS_Store
node_modules/
# Secrets — never commit real credentials, keys, or tokens.
.env
.env.*
!.env.example
node_modules/
.envrc
*.pem
*.key
*.crt
*.p12
*.pfx
*.jks
*.keystore
id_rsa
id_rsa.*
id_ed25519
id_ed25519.*
id_ecdsa
id_ecdsa.*
*.token
credentials.json
credentials*.json
service-account*.json
secrets.json
secrets*.json
.netrc
.npmrc
*.tfvars
!.tfvars.example
.terraform/
*.tfstate
*.tfstate.*
.wp-env/
vendor/
dist/