rework credential strategy and cleanup
This commit is contained in:
+21
@@ -32,3 +32,24 @@ piscal
|
||||
*~
|
||||
.DS_Store
|
||||
*.bak
|
||||
|
||||
# Docker build artifacts
|
||||
*.log
|
||||
.docker-build/
|
||||
|
||||
# Environment files (never commit credentials)
|
||||
.env
|
||||
.env.*
|
||||
.env.local
|
||||
.env.production
|
||||
.env.development
|
||||
*.env
|
||||
|
||||
# Credential files (SECURITY - never commit these)
|
||||
credentials.txt
|
||||
passwords.txt
|
||||
*.secrets
|
||||
*.key
|
||||
*.pem
|
||||
*.crt
|
||||
*.pfx
|
||||
|
||||
Reference in New Issue
Block a user