mirror of https://github.com/locustio/locust.git
vscode settings: update some more ignores
This commit is contained in:
parent
bfa7d70468
commit
f600fdddef
|
@ -28,7 +28,8 @@
|
|||
"**/.sass-cache/": true,
|
||||
"locust/contrib/.mypy_cache/**/*": true,
|
||||
"locust/user/.mypy_cache/**/*": true,
|
||||
".mypy_cache/**/*": true,
|
||||
"**/.mypy_cache": true,
|
||||
"**/.ruff_cache": true,
|
||||
"locust/test/mock_*.py": true,
|
||||
"**/err.txt": true,
|
||||
"**/out.txt": true,
|
||||
|
|
Loading…
Reference in New Issue