Browse Source

Merge pull request #934 from tig/fix_gitignore

ignore vscode files
Charlie Kindel 4 years ago
parent
commit
ce6df28bc1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -11,4 +11,6 @@ packages
 docfx/api
 
 #git merge files
-*.orig
+*.orig
+
+.vscode/