Ignore rips subdir of repo in vscode
This commit is contained in:
parent
6ea6e7eded
commit
66d962fc3b
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -3,7 +3,8 @@
|
||||
"target/**": true,
|
||||
"**/.git": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/*.class": true
|
||||
"**/*.class": true,
|
||||
"**/rips/**": true
|
||||
},
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user