Skip to content

Commit a4c2d9a

Browse files
deltamarnixwpbonelli
authored andcommitted
Ignore generated folders in vs code explorer
1 parent c505cf0 commit a4c2d9a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.vscode/settings.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,15 @@
1010
"editor.codeActionsOnSave": {
1111
"source.fixAll": "explicit"
1212
}
13+
},
14+
"files.exclude": {
15+
"**/.git": true,
16+
"**/.svn": true,
17+
"**/.hg": true,
18+
"**/.DS_Store": true,
19+
"**/Thumbs.db": true,
20+
".pixi": true,
21+
".ruff_cache": true,
22+
".pytest_cache": true
1323
}
14-
}
24+
}

0 commit comments

Comments
 (0)