diff options
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 |