Amend .gitignore for vscode editor 86/4586/1
authorJeremy Phelps <jphelps@linuxfoundation.org>
Thu, 27 Apr 2017 14:32:31 +0000 (09:32 -0500)
committerJeremy Phelps <jphelps@linuxfoundation.org>
Thu, 27 Apr 2017 14:33:02 +0000 (09:33 -0500)
Change-Id: I4852abfc79187f0f8b9d76cba116ecff6abfad45
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
.gitignore

index 5666024..878f372 100644 (file)
@@ -14,6 +14,9 @@ target/
 # Eclipse
 .project
 
+# VSCode
+.vscode
+
 # Python
 .cache/
 .eggs/