diff options
author | jake <jake@jakes-mail.top> | 2022-08-13 05:48:18 -0400 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-08-13 05:48:18 -0400 |
commit | 398ee699343b94a1538d1c486330966707865878 (patch) | |
tree | 102b4ae2d44ed208d93eec5e7c3c508c9c0673c8 /.gitignore | |
parent | 0b8665b5371d696e9a447eacfccfca0b434ef354 (diff) |
Actually useable now
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,2 +1,12 @@ # 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 |