Browse Source

Merge pull request #934 from tig/fix_gitignore

ignore vscode files
Charlie Kindel 4 năm trước cách đây
mục cha
commit
ce6df28bc1
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

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