File tree Expand file tree Collapse file tree 4 files changed +17
-59
lines changed
Expand file tree Collapse file tree 4 files changed +17
-59
lines changed Original file line number Diff line number Diff line change 77 "customizations" : {
88 "vscode" : {
99 "settings" : {
10+ "git.ignoredRepositories" : [" ." ],
11+ "files.exclude" : {
12+ "**/.vscode" : true ,
13+ "**/.devcontainer" : true ,
14+ "**/.git" : true ,
15+ "**/.github" : true ,
16+ "**/.gitignore" : true ,
17+ "**/.gitpod.Dockerfile" : true ,
18+ "**/.gitpod.yml" : true ,
19+ "**/.markdownlint-cli2.yaml" : true ,
20+ "**/.pre-commit-config.yaml" : true ,
21+ "**/Dockerfile" : true ,
22+ "**/mkdocs.yml" : true ,
23+ "**/scripts" : true
24+ },
1025 "editor.tabSize" : 8 ,
1126 "editor.indentSize" : 4 ,
1227 "editor.detectIndentation" : false ,
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ R-devel.tar.gz
55/venv
66.cache /
77.Rproj.user
8+ .vscode /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cat $WORK_DIR/scripts/welcome_msg.sh >> ~/.bashrc
2525# bash ~/.bashrc
2626
2727# Remove git directory if it exists
28- rm -rf .git
28+ # rm -rf .git
2929
3030# copying vscode extension settings from devcontainer json to vscode settings json using jq
3131if [ -f " $DEVCONTAINER_JSON " ]; then
You can’t perform that action at this time.
0 commit comments