From 21fe396a5ec7f0166f915abf9b052986143b259f Mon Sep 17 00:00:00 2001
From: Andrew Bond <andybond006@users.noreply.github.com>
Date: Sun, 23 Dec 2018 11:52:58 -0500
Subject: Update .gitignore for VSCode support (#6)

---
 .gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6a5fea3..a25b798 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,14 @@ out/
 *.ipr
 *.iws
 
+# vscode
+
+.settings/
+.vscode/
+bin/
+.classpath
+.project
+
 # fabric
 
 run/
\ No newline at end of file
-- 
cgit 1.4.1