Skip to content

Commit

Permalink
update vscode ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Mar 7, 2022
1 parent dec5a1d commit 78c3862
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
"**/.tox/": true,
"docs/env-options.rst": true,
"**/.editorconfig": true,
"**/__pycache__": true
"**/__pycache__": true,
"locust/_version.py": true,
"**/web_test_*.csv": true,
"**/.eggs/": true,
"**/.pytest_cache": true,
"**/.sass-cache/": true
},
"restructuredtext.confPath": "${workspaceFolder}/docs",
"python.linting.pylintEnabled": false,
Expand Down

0 comments on commit 78c3862

Please sign in to comment.