diff options
| author | 2018-09-17 10:55:53 +0100 | |
|---|---|---|
| committer | 2018-09-17 10:55:53 +0100 | |
| commit | e2e4184bdc0dd112a7e3a002113c942039b1771a (patch) | |
| tree | 16ef4f35f0db32b6d3ecb930c27405bed8380d7f | |
| parent | Add support for TLS client certificate/key (diff) | |
| signature | ||
Ignore .key/.crt in .gitignore
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -61,10 +61,21 @@ target/ #Ipython Notebook .ipynb_checkpoints -# custom +# BitBot +# databases *.db -*.conf -modules/nongit-*.py -bot.log.* bot.db.* test-databases/* + +# configs +*.conf + +# log +bot.log.* + +# ignored modules +modules/nongit-*.py + +# tls +bot.crt +bot.key |
