mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 05:37:37 +08:00
change: upgrade funplugin to v0.3.1
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -11,13 +11,10 @@
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
# system or IDE generated files
|
||||
__debug_bin
|
||||
.vscode/
|
||||
.idea/
|
||||
__pycache__
|
||||
.DS_Store
|
||||
*.bak
|
||||
|
||||
@@ -27,3 +24,9 @@ output/
|
||||
# built plugins
|
||||
debugtalk.bin
|
||||
debugtalk.so
|
||||
|
||||
# python files
|
||||
.venv
|
||||
__pycache__
|
||||
.pyc
|
||||
dist
|
||||
|
||||
Reference in New Issue
Block a user