blob: 3899c399fe031a0222f634d12e88cbc6b7d3bccb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# make your own certs
certs/*
*.pem
# copy your own config file
config.toml
# make your testing capsule
example.com/
# make your own log file
*.log
# make your own systemd service file (for now)
*.service
# not related to project
jakes_gemini_client/
jakes_gemini_server/
.perlcriticrc
|