summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6987a754639bc965f41da0c7259bc8941c70de8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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/