mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 15:31:23 +08:00
change: git ignore reports and logs
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -2,14 +2,16 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vscode
|
.vscode
|
||||||
|
.idea
|
||||||
.pypirc
|
.pypirc
|
||||||
*/tmp/*
|
*/tmp/*
|
||||||
build/*
|
build/*
|
||||||
dist/*
|
dist/*
|
||||||
*.egg-info
|
*.egg-info
|
||||||
.python-version
|
.python-version
|
||||||
logs/%
|
logs
|
||||||
.coverage
|
.coverage
|
||||||
locustfile.py
|
locustfile.py
|
||||||
site/
|
site/
|
||||||
poetry.lock
|
poetry.lock
|
||||||
|
reports
|
||||||
Reference in New Issue
Block a user