diff options
| author | gabrielgio <gabriel.giovanini@pm.me> | 2021-07-14 21:58:35 +0200 | 
|---|---|---|
| committer | gabrielgio <gabriel.giovanini@pm.me> | 2021-07-14 21:58:35 +0200 | 
| commit | 83a228788bad129fb24cd89510ba2bbc39b1e026 (patch) | |
| tree | 751fa01d89bd40411d0e82b76de9f4a995ee14f1 /.gitignore | |
| parent | 417fb93a9368057e85e4c8bbaabc2ae5aca123d3 (diff) | |
| download | reddit-nextcloud-importer-83a228788bad129fb24cd89510ba2bbc39b1e026.tar.gz reddit-nextcloud-importer-83a228788bad129fb24cd89510ba2bbc39b1e026.tar.bz2 reddit-nextcloud-importer-83a228788bad129fb24cd89510ba2bbc39b1e026.zip | |
feat: Add report files to gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 | 
1 files changed, 5 insertions, 2 deletions
| @@ -1,5 +1,8 @@  .pytest_cache/  .venv/ -.coverage  .idea/ -__pycache__/
\ No newline at end of file +__pycache__/ + +.coverage +cobertura.xml +report.xml | 
