-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·204 lines (179 loc) · 3.44 KB
/
Copy path.gitignore
File metadata and controls
executable file
·204 lines (179 loc) · 3.44 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# IDE / OS
.claude/
.DS_Store
# direnv
.direnv/
.envrc*
# secrets & env files
.env
*.env
*.local
.local/
.api_key
# persistent data & backups
stacks/
backups/
# archive (keep structure, ignore contents)
archive/*
# ============================================
# Service data patterns (runtime, not config)
# ============================================
# Databases
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
*.rdb
*.lmdb
# Logs
*.log
*.log.*
logs/
log/
# Caches
cache/
.cache/
tmp/
*-cache/
# Backups (runtime)
backup/
Backups/
# Runtime state
*.pid
*.lock
.locks/
socket/
sessions/
*.sock
# Downloaded/generated content
MediaCover/
posters/
screenshots/
thumbnails/
# Sensitive data
letsencrypt/
secrets/
auth/
# Database server data dirs
**/mysql/
**/postgres/data/
wal/
chunks/
tsdb-*/
binlog.*
ib_*
aria_log*
pg_*/
# Arr apps runtime
Sentry/
asp/
*.idx
# Shell/OS artifacts
.ash_history
.bash_history
# Service-specific runtime dirs (flattened)
services/*/work/
services/*/uploads/
services/*/upload/
services/*/consume/
services/*/export/
services/*/meta/
services/*/model-cache/
services/*/paperless-data/
services/*/pdfs/
# Service-specific runtime data/ dirs (not config)
services/prometheus/data/
services/syncthing/data/
services/garage/data/
services/homehub/data/
services/pulsarr/data/
services/immich/data/
# Grafana runtime data (plugins downloaded at runtime)
services/grafana/data/data/
services/grafana/data/plugins/
# Services with data/ as whole app state (ignored)
services/adguard-sync/sync/adguardhome-sync.yaml
services/adguard/conf/AdGuardHome.yaml
services/agregarr/data/
services/authelia/data/
services/bazarr/data/
services/beszel-agent/data/
services/beszel/data/
services/boxarr/data/
services/dispatcharr/data/
services/dockhand/data/
services/excalidraw/data/
services/flaresolverr/data/
services/garage/config/garage.toml
services/gluetun/data/
services/homarr/data/
services/homepage/data/
services/jellyfin/data/
services/kromgo/data/
services/lidarr/data/
services/loggifly/data/
services/loki/data/
services/mariadb/data/
services/meilisearch/data/
services/music-assistant/data/
services/mytabs/data/
services/navidrome/data/
services/nextcloud/data/
services/nextcloud/web/
services/orb/data/
services/plex/data/
services/postgres/data/
services/profilarr/data/
services/prowlarr/data/
services/qbittorrent/data/
services/radarr/data/
services/redis/data/
services/sabnzbd/data/
services/searxng/data/
services/seerr/data/
services/sonarr/data/
services/stringer/data/
services/tailscale/data/
services/tautulli/data/
services/tdarr/data/
services/tdarr/server/
services/tracearr/data/
services/trala/data/
services/uptime-kuma/data/
services/valkey/data/
services/wallos/db/
services/wallos/logos/
services/watchtower/data/
services/wizarr/database/
services/wizarr/wizard/
services/wizarr/wizard_steps/
services/wyoming/data/
# Syncthing certs and keys (sensitive)
services/syncthing/*.pem
services/syncthing/index-*/
# Duplicati runtime
services/duplicati/.aspnet/
services/duplicati/control_dir_v2/
services/duplicati/*.txt
# Additional runtime ignores
services/paperless/media/
services/pgadmin/data/
services/promtail/data/
services/pulse/data/
services/uptime-kuma/data/
# Syncthing config contains sensitive device keys
services/syncthing/config/
services/duplicati/config/
services/ntfy/cache/
services/ntfy/config/
services/garage/config/
# misc sensitive file types
*.bak
*.p12
*.pfx
# editor artifacts
* copy.yaml
* copy