From 182f57216fde2e4583b227702bc86c124a38c2e1 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sun, 1 Jan 2017 00:08:13 -0800 Subject: [PATCH] Adds project and classpath ignores (#425) VsCode now supports Java, but it creates these files, and there is no way to turn it off. Will be adding this to a few other repos too. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f2440c0adb..3f409aca4e 100644 --- a/.gitignore +++ b/.gitignore @@ -186,3 +186,7 @@ NO # VSCode .vscode/ + +#classpaths and projects +.project +.classpath