adding vscode files to gitignore.
Dev

Dev commited on 2018-06-18 22:00:08
Showing 1 changed files, with 3 additions and 0 deletions.

... ...
@@ -2,6 +2,9 @@
2 2
 .idea
3 3
 *.iml
4 4
 
5
+# Visual Studio Code files
6
+.vscode
7
+
5 8
 # Holding back some non public info
6 9
 TASK.md
7 10
 
8 11