Browse Source

Add .vscode to gitignore

Peter Justin 8 years ago
parent
commit
1938110e27
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -31,6 +31,7 @@ Thumbs.db
 ###################
 ###################
 .project
 .project
 .geanyprj
 .geanyprj
+.vscode
 .pydevproject
 .pydevproject
 .idea
 .idea
 __pycache__
 __pycache__
@@ -58,4 +59,4 @@ node_modules
 .directory
 .directory
 
 
 # Ignore plugins
 # Ignore plugins
-flaskbb/plugins/*
+flaskbb/plugins/*