From 99ee11e9bfde6743992ebb729b0ac438d12f2601 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Wed, 2 Oct 2019 09:09:53 -0500 Subject: Java fun --- .vscode/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index 615aafb..fa89486 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,9 @@ { - "python.pythonPath": "/usr/bin/python3" + "python.pythonPath": "/usr/bin/python3", + "files.exclude": { + "**/.classpath": true, + "**/.project": true, + "**/.settings": true, + "**/.factorypath": true + } } \ No newline at end of file -- cgit v1.2.3