1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-07-31 11:00:13 +02:00

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

View File

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