-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (40 loc) · 803 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (40 loc) · 803 Bytes
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
.env
.ignore/
*.ignore
secrets/**
!secrets/**/.gitkeep
# exclude sensitive authelia data
config/authelia/notifications.*
config/authelia/*.db
config/authelia/*.db*
config/authelia/*.sqlite
config/authelia/*.sqlite3
# exclude docker (named) volumes
data/volumes/**
!data/volumes/.gitkeep
# exclude ssl certs
config/ssl/*.key
config/ssl/*.crt
config/ssl/*.pem
config/ssl/*.cer
config/ssl/*.der
config/ssl/*.p7b
config/ssl/*.p7c
config/ssl/*.pfx
config/ssl/*.p12
# exclude appdata
config/filebrowser/database.db
# catch sqlite db aux files, e.g. wal)
config/filebrowser/database.db*
config/kuma/kuma.db
config/kuma/kuma.db*
config/kuma/error.log
# exclude data dir, include samples
data/**
!data/**/
!data/**/.gitkeep
!data/vector/README.md
# exclude logs, include dirs
logs/**
!logs/**/
!logs/**/.gitkeep