Skip to content

Commit ff29b7c

Browse files
authored
Exclude ignored files by default from VSCode explorer
1 parent 3e1488a commit ff29b7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"postCreateCommand": "export PATH=$PATH:~/.dotnet/tools",
55
"customizations": {
66
"vscode": {
7+
"settings": {
8+
"explorer.excludeGitIgnore": true
9+
},
710
"extensions": [
811
"streetsidesoftware.code-spell-checker",
912
"ms-dotnettools.csharp",

0 commit comments

Comments
 (0)