-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
213 lines (184 loc) · 4.61 KB
/
.gitignore
File metadata and controls
213 lines (184 loc) · 4.61 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
205
206
207
208
209
210
211
212
213
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# htpcBeginner guidelines #
###########################
# Exclude everything in the base folder by default
/*
# Exclude every parent directory by default
*/
# Exclude .env to protect sensitive information
.env
!.env.example
# Explicitly include select items
!.bash_aliases.example
!.bash_rc.example
!CHANGELOG.md
!.editorconfig
!.gitignore
!docker-compose.yml
!LICENSE
!README.md
# Select which items to include from appdata
!appdata
appdata/*
!appdata/authelia
appdata/authelia/*
!appdata/authelia/assets
appdata/authelia/assets/*
!appdata/authelia/config
appdata/authelia/config/*
!appdata/authelia/config/configuration.example.yml
!appdata/authelia/config/configuration.example.acl.yml
!appdata/authentik
appdata/authentik/*
!appdata/authentik/config
appdata/authentik/config/*
!appdata/authentik/config/ak-outpost-ldap-conf.example.yml
!appdata/cf-ddns
appdata/cf-ddns/*
!appdata/cf-ddns/config
appdata/cf-ddns/config/*
!appdata/cf-ddns/config/config.example.yaml
!appdata/gotify
appdata/gotify/*
!appdata/gotify/config
appdata/gotify/config/*
!appdata/gotify/config/entrypoint.sh
!appdata/jellyfin
appdata/jellyfin/*
!appdata/jellyfin/config
appdata/jellyfin/config/*
!appdata/jellyfin/config/web-config.example.json
!appdata/keycloak
appdata/keycloak/*
!appdata/keycloak/build
appdata/keycloak/build/*
!appdata/keycloak/build/docker_secrets.sh
!appdata/keycloak/build/entrypoint.sh
!appdata/keycloak/build/healthcheck.sh
!appdata/keycloak/build/keycloak.Dockerfile
!appdata/keycloak/ObjectStore
appdata/keycloak/ObjectStore/*
!appdata/nextcloud
appdata/nextcloud/*
!appdata/nextcloud/config
appdata/nextcloud/config/*
!appdata/nextcloud/config.example
appdata/nextcloud/config.example/*
!appdata/nextcloud/config.example/config.example.php
appdata/nextcloud/data
appdata/nextcloud/data/*
!appdata/qbittorrent
appdata/qbittorrent/*
!appdata/qbittorrent/custom-cont-init.d
appdata/qbittorrent/custom-cont-init.d/*
!appdata/qbittorrent/custom-cont-init.d/10_init_update_qbit_port
!appdata/qbittorrent/custom-cont-init.d/20_init_update_qbit_cron
!appdata/qbittorrent/custom-services.d
!appdata/qbittorrent/custom-services.d/*
!appdata/qbittorrent/persistent
appdata/qbittorrent/persistent/*
!appdata/qbittorrent/scripts
appdata/qbittorrent/scripts/*
!appdata/qbittorrent/scripts/update_qbit_port
!appdata/qbittorrent-private
appdata/qbittorrent-private/*
!appdata/qbittorrent-private/custom-cont-init.d
appdata/qbittorrent-private/custom-cont-init.d/*
!appdata/qbittorrent-private/custom-services.d
appdata/qbittorrent-private/custom-services.d/*
!appdata/qbittorrent-private/persistent
appdata/qbittorrent-private/persistent/*
!appdata/qbittorrent-private/scripts
appdata/qbittorrent-private/scripts/*
!appdata/qbittorrent-temp
appdata/qbittorrent-temp/*
!appdata/qbittorrent-temp/custom-cont-init.d
appdata/qbittorrent-temp/custom-cont-init.d/*
!appdata/qbittorrent-temp/custom-services.d
appdata/qbittorrent-temp/custom-services.d/*
!appdata/qbittorrent-temp/persistent
appdata/qbittorrent-temp/persistent/*
!appdata/qbittorrent-temp/scripts
appdata/qbittorrent-temp/scripts/*
!appdata/recyclarr
appdata/recyclarr/*
!appdata/recyclarr/config
appdata/recyclarr/config/*
!appdata/recyclarr/config/recyclarr.yml
!appdata/recyclarr/config/settings.yml
!appdata/redis
appdata/redis/*
!appdata/redis/data
appdata/redis/data/*
!appdata/redis/config
appdata/redis/config/*
!appdata/redis/config/healthcheck.example.sh
!appdata/traefik3
appdata/traefik3/*
!appdata/traefik3/rules
!appdata/traefik3/rules/*
appdata/traefik3/rules/app-dnd.yml
!appdata/unbound
appdata/unbound/*
!appdata/unbound/config
appdata/unbound/config/*
!appdata/unbound/config/root.hints
!appdata/unbound/config/root.hints.example.cron
!appdata/unbound/config/unbound.conf
!backup-scripts
backup-scripts/*
!backup-scripts/.passwords.example.env
!backup-scripts/backup-*.sh
!backup-scripts/backup.example.cron
!backup-scripts/borg-patternfile.example.lst
!backup-scripts/cron.sh
!backups
backups/*
# Include the compose directory
!compose
!compose/*
# Include the .github directory
!.github
!.github/*
# Include the .vscode directory
!.vscode
!.vscode/*
# Exclude the secrets directory
secrets
# Exclude the shared directory (.htaccess)
shared
# Exclude the temp-data directory
temp-data