mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 11:30:19 +02:00
Ignore rips subdir of repo in vscode
This commit is contained in:
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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user