gitignore: broaden secret patterns (env/keys/certs/credentials/kubeconfig)
This commit is contained in:
+19
-3
@@ -13,9 +13,25 @@ yarn-error.log*
|
|||||||
pnpm-debug.log*
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
|
||||||
# environment variables
|
# secrets — never commit (belt-and-suspenders; real creds live outside the repo)
|
||||||
.env
|
.env*
|
||||||
.env.production
|
!.env.example
|
||||||
|
*.pem
|
||||||
|
*.key
|
||||||
|
*.crt
|
||||||
|
*.p12
|
||||||
|
*.pfx
|
||||||
|
*.token
|
||||||
|
*.tfvars
|
||||||
|
*credentials*
|
||||||
|
.git-credentials
|
||||||
|
.netrc
|
||||||
|
id_rsa*
|
||||||
|
id_ed25519*
|
||||||
|
*.kubeconfig
|
||||||
|
kubeconfig
|
||||||
|
*.secret
|
||||||
|
secrets.*
|
||||||
|
|
||||||
# macOS-specific files
|
# macOS-specific files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user