From e27728e730eeb370143735be03e6659f0658207f Mon Sep 17 00:00:00 2001 From: ShengyiJia Date: Tue, 14 Jul 2020 15:41:12 -0400 Subject: [PATCH] Create settings.json in terms of easier editing --- .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 0000000..2421e38 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.exclude": { + "**/.classpath": true, + "**/.project": true, + "**/.settings": true, + "**/.factorypath": true + } +} \ No newline at end of file