-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (34 loc) · 950 Bytes
/
.gitignore
File metadata and controls
45 lines (34 loc) · 950 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
41
42
43
44
45
# Ignore env files and certs
*.env
services/conf/.env.conf
services/test.env
services/.env
*.pem
# Ignore rspamd configuration files
services/spam/conf/worker-controller.inc
# Ignore database data
services/smtp/conf/virtual-domains
services/smtp/conf/virtual-users
services/smtp/conf/virtual-aliases
# Ignore certbot logs
services/letsencrypt/
# Ignore node modules
services/webui/node_modules
services/webui/package-lock.json
# Ignore test results files and test data files
test/test_results/
test/test_data/
# Ignore Thunder TLS certificates
services/thunder/certs/
# Ignore decrypted passwords file
scripts/decrypt/user_passwords.txt
# Ignore raven directory
services/raven/
# generated configs and artifacts
services/silver-config
silver-observability
# Ignore SeaweedFS configuration with credentials
services/seaweedfs/s3-config.json
services/seaweedfs/.env
# Ignore docker-compose override files
services/docker-compose.override.yml