mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 16:29:37 +08:00
refactor: move files to hrp
This commit is contained in:
49
.gitignore
vendored
49
.gitignore
vendored
@@ -1,18 +1,41 @@
|
||||
*.pyc
|
||||
__pycache__
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# system or IDE generated files
|
||||
__debug_bin
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
.vscode
|
||||
.idea
|
||||
.pypirc
|
||||
*/tmp/*
|
||||
build/*
|
||||
dist/*
|
||||
*.egg-info
|
||||
.python-version
|
||||
*.bak
|
||||
|
||||
# project output files
|
||||
site/
|
||||
output/
|
||||
logs
|
||||
.coverage
|
||||
site/
|
||||
reports
|
||||
.venv
|
||||
*.xml
|
||||
htmlcov/
|
||||
htmlcov/
|
||||
|
||||
# built plugins
|
||||
debugtalk.bin
|
||||
debugtalk.so
|
||||
|
||||
# python files
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
dist
|
||||
*.egg-info
|
||||
.python-version
|
||||
.pytest_cache
|
||||
|
||||
Reference in New Issue
Block a user