Ignore rips subdir of repo in vscode

This commit is contained in:
metaprime 2017-11-29 22:48:13 -08:00
parent 6ea6e7eded
commit 66d962fc3b
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"target/**": true,
"**/.git": true,
"**/.DS_Store": true,
"**/*.class": true
"**/*.class": true,
"**/rips/**": true
},
"java.configuration.updateBuildConfiguration": "automatic"
}