- Add .gitignore: exclude compiled binaries, build artifacts, and Helm values files containing real secrets (authentik, prometheus) - Add all Kubernetes deployment manifests (deployment/) - Add services source code: ha-sync, device-inventory, games-console, paperclip, parts-inventory - Add Ansible orchestration: playbooks, roles, inventory, cloud-init - Add hardware specs, execution plans, scripts, HOMELAB.md - Add skills/homelab/SKILL.md + skills/install.sh to preserve Copilot skill - Remove previously-tracked inventory-cli binary from git index Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
20 lines
559 B
Text
20 lines
559 B
Text
backups/
|
|
|
|
# Helm values files containing real secrets (manage manually, never commit)
|
|
deployment/helm/authentik/values.yaml
|
|
deployment/helm/monitoring/prometheus-values.yaml
|
|
|
|
# Compiled binaries and build artifacts (source code is in services/)
|
|
services/*/bin/
|
|
services/*/build/
|
|
services/device-inventory/bin/
|
|
services/device-inventory/web-ui/inventory-web-ui
|
|
orchestration/ansible/roles/inventory-cli/files/inventory-cli
|
|
orchestration/ansible/roles/inventory-cli/files/device-inventory
|
|
|
|
# Session / planning artifacts
|
|
plan.md
|
|
|
|
# OS artifacts
|
|
.DS_Store
|
|
*.env
|