mirror of
https://github.com/ced4568/ceds-homelab.git
synced 2026-08-13 04:04:01 +00:00
Initial commit: Ced's HomeLab docs and structure
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
# OS / Editor junk
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Node / Python / etc (future-proofing)
|
||||
node_modules/
|
||||
venv/
|
||||
.env
|
||||
|
||||
# Secrets (DO NOT COMMIT!)
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
*.pfx
|
||||
*.json
|
||||
secrets.yaml
|
||||
secret.yaml
|
||||
*.kubeconfig
|
||||
|
||||
# Home Assistant internal data
|
||||
home-assistant/.storage/
|
||||
home-assistant/.cloud/
|
||||
|
||||
# Terraform / Ansible (if you add later)
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
.terraform/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user