diff options
author | nico <nico@magicbroccoli.de> | 2019-05-29 23:04:22 +0200 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2019-05-29 23:04:22 +0200 |
commit | 8e7ac358a4d0f2149873304361c73870d06f8e18 (patch) | |
tree | 6eea6585d90690090381f5c2e5271b3e37d6991e /.gitignore | |
parent | b5176fd5585262f11d1c5bc866b1cbe9d9b9fa9b (diff) |
initial release report feature
Misc
+ add report directory
+ add template directory
Feature Release
+ add report feature --report
+ add basic report template
+ add feature to use -d/ --domain flag multiple times
Optimization
+ add config.py loading user config
* further code optimization
* update gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,4 +129,4 @@ pip-selfcheck.json # project specific files spam.db config.json -spam-*.txt* +/report/*.txt |