Add platform infrastructure configuration
This commit is contained in:
+43
@@ -0,0 +1,43 @@
|
||||
# Local environment and editor files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Credentials and private keys
|
||||
*.key
|
||||
*.pem
|
||||
*.p12
|
||||
*.pfx
|
||||
*.jks
|
||||
*.crt
|
||||
*.kubeconfig
|
||||
kubeconfig
|
||||
**/secrets/*.yaml
|
||||
**/secrets/*.yml
|
||||
!**/secrets/.gitkeep
|
||||
|
||||
# Host-specific recovery hardware identity (UUID, serial, WWN)
|
||||
infrastructure/security/k3s/local-recovery.env
|
||||
|
||||
# Generated and temporary files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.orig
|
||||
*.rej
|
||||
.DS_Store
|
||||
|
||||
# Helm and validation artifacts
|
||||
charts/
|
||||
*.tgz
|
||||
.helm/
|
||||
rendered/
|
||||
dist/
|
||||
.superpowers/
|
||||
Reference in New Issue
Block a user