From f1bfba4e12f41e2abd13a3b441ee1ea74720ac1d Mon Sep 17 00:00:00 2001 From: Zocker1999NET Date: Sun, 10 Apr 2016 21:43:40 +0200 Subject: [PATCH] VSCode Konfiguration Falls ihr wie ich manche Dateien mit VS Code --- .vscode/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0180423 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +// Place your settings in this file to overwrite default and user settings. +{ + "files.exclude": { + "**/.git": true, + "**/.DS_Store": true, + "*.class": true, + "*.ctxt": true, + "project.greenfoot": true, + "**/.vscode": true + } +} \ No newline at end of file