Skip to content

Commit 95e53e0

Browse files
committed
hide .devcontainer and scripts
1 parent 0e01289 commit 95e53e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"settings": {
1212
"git.ignoredRepositories": ["."],
1313
"files.exclude": {
14+
"**/.devcontainer": true,
1415
"**/.git": true,
1516
"**/.github": true,
1617
"**/.gitignore": true,
@@ -19,7 +20,8 @@
1920
"**/.markdownlint-cli2.yaml": true,
2021
"**/.pre-commit-config.yaml": true,
2122
"**/Dockerfile": true,
22-
"**/mkdocs.yml": true
23+
"**/mkdocs.yml": true,
24+
"**/scripts": true
2325
},
2426
"editor.tabSize": 8,
2527
"editor.indentSize": 4,

0 commit comments

Comments
 (0)