Initial infrastructure documentation - comprehensive homelab reference
This commit is contained in:
50
infrastructure/.gitignore
vendored
Normal file
50
infrastructure/.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# Sensitive Infrastructure Data
|
||||
*.key
|
||||
*.pem
|
||||
*.crt
|
||||
*.p12
|
||||
*.pfx
|
||||
|
||||
# Environment and Configuration Files
|
||||
.env
|
||||
.env.local
|
||||
*.conf
|
||||
config.yaml
|
||||
config.yml
|
||||
secrets.yaml
|
||||
secrets.yml
|
||||
|
||||
# SSH Keys
|
||||
id_rsa
|
||||
id_ed25519
|
||||
*.pub
|
||||
|
||||
# API Keys and Tokens
|
||||
*api-key*
|
||||
*token*
|
||||
*secret*
|
||||
|
||||
# Backup Files
|
||||
*.bak
|
||||
*.backup
|
||||
*-backup.*
|
||||
|
||||
# Completed Audits with Sensitive Data
|
||||
*-completed.md
|
||||
*-filled.md
|
||||
|
||||
# OS Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor Files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Claude Code local settings (but allow commands to be shared)
|
||||
.claude/*
|
||||
!.claude/commands/
|
||||
mc_server/modpack/*.zip
|
||||
Reference in New Issue
Block a user