Skip to content
Snippets Groups Projects
Commit 9ef05f3d authored by David Trattnig's avatar David Trattnig
Browse files

Chore: Exclude logs from search

parent 3d4f31a1
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
"search.exclude": {
"**/.git": true,
"**/tmp": true,
"python/**": true
"python/**": true,
"logs/**": true,
},
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment