-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (42 loc) · 1.32 KB
/
.gitignore
File metadata and controls
50 lines (42 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/bin
# Claude Historie excluden, weil sensible Informationen enthalten sein können
CLAUDE.md
# Credential Files
.env
.mqtt_credentials
.restic.env
scripts/.ha.env
# Claude Code local settings
.claude/
# Production scripts (contain environment-specific paths and container names)
# Only .example files are tracked - copy .example to production and adjust for your setup
scripts/backup.sh
scripts/nginx_update.sh
scripts/nginx_check.sh
scripts/check_raspi_update.sh
fail2ban/test-fail2ban.sh
# Dashboard config (contains internal IPs and entity IDs)
dashboard-config.yaml
# Allgemeine Config und Bewegungsdaten, die anders gesichert werden
homeassistant/homeassistant/*
!homeassistant/homeassistant/config/
homeassistant/homeassistant/config/*
# Only allow specific config templates (no secrets, automations, etc.)
!homeassistant/homeassistant/config/configuration.yaml.example
!homeassistant/homeassistant/config/mqtt.yaml.example
!homeassistant/homeassistant/config/templates.yaml.example
!homeassistant/homeassistant/config/command_line.yaml.example
homeassistant/home-assistant-matter-hub/
homeassistant/mosquitto/
homeassistant/musicassistant/
immich/library/
immich/postgres/
paperless/library/
paperless/redisdata/
paperless/postgres/
teslamate/postgres/
teslamate/grafana/
teslamate/import/
teslamate/backup/
# Exclude logfiles
logs