ignore html files

This commit is contained in:
Saleh Mir
2021-03-18 16:30:03 +01:00
parent b7f826c220
commit bf2e48f84f
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -147,3 +147,4 @@ cython_debug/
/storage/*.gz
/.vagrant
testing-*.py
/storage/full-reports/*.html

View File

@@ -22,6 +22,7 @@
/storage/csv/*.csv
/storage/json/*.json
/storage/charts/*.png
/storage/full-reports/*.html
*.pyc
/__pycache__
/venv