From df6459775b8b615ef08a8ad3ed58c086fffa1573 Mon Sep 17 00:00:00 2001 From: MetaPrime Date: Fri, 28 Apr 2017 10:56:50 -0700 Subject: [PATCH] Add basic vscode configuration. --- .vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..bde22831 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.exclude": { + "target/**": true, + "**/.git": true, + "**/.DS_Store": true + }, + "java.configuration.updateBuildConfiguration": "automatic" +}