Browse Source

Added Visual Studio Code .vscode and temporary playground folder to ignores.

Ingwie Phoenix 6 years ago
parent
commit
3b7c8b66f1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -7,6 +7,9 @@
 *.userosscache
 *.sln.docstates
 
+# Microsoft Visual Studio Code
+.vscode/
+
 # User-specific files (MonoDevelop/Xamarin Studio)
 *.userprefs
 
@@ -192,6 +195,7 @@ ClientBin/
 *.publishsettings
 node_modules/
 orleans.codegen.cs
+tmp/
 
 # Since there are multiple workflows, uncomment next line to ignore bower_components
 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)