From 5bf08ad76894da65e6951039d9f74ecb808020b9 Mon Sep 17 00:00:00 2001 From: Zocker1999NET Date: Fri, 15 Apr 2016 15:33:11 +0200 Subject: [PATCH] =?UTF-8?q?Updated=20.gitignore=20Nun=20werden=20auch=20Ex?= =?UTF-8?q?cel=20Dateien=20von=20VS-Code=20ignoriert,=20damit=20der=20Arbe?= =?UTF-8?q?itsbereich=20=C3=BCbersichtlicher=20wird.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0180423..1a124ba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,9 @@ "*.class": true, "*.ctxt": true, "project.greenfoot": true, - "**/.vscode": true + "**/.vscode": true, + "*.ods": true, + "*.xls": true, + "*.xlsx": true } } \ No newline at end of file