feat: initial infrastructure baseline
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
*.key
|
||||
*.pem
|
||||
credentials.json
|
||||
ansible/vault_password
|
||||
|
||||
# Local Cline rules
|
||||
CLAUDE.local.md
|
||||
.clinerules/local.md
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
.rlm/logs/
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
venv/
|
||||
.venv/
|
||||
__pycache__/
|
||||
|
||||
# Infrastructure
|
||||
.terraform/
|
||||
*.tfstate*
|
||||
Reference in New Issue
Block a user