Skip to content

Commit 70848c8

Browse files
committed
Make VSCode explorer hides git ignored files and folders
1 parent 59eb6ab commit 70848c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"python.terminal.activateEnvironment": true,
1111
"python.createEnvironment.trigger": "prompt",
1212
"ruff.importStrategy": "fromEnvironment",
13-
"python.terminal.activateEnvInCurrentTerminal": true
13+
"python.terminal.activateEnvInCurrentTerminal": true,
14+
"explorer.excludeGitIgnore": true
1415
}

0 commit comments

Comments
 (0)