Browse Source

Ignore vscode config folder (#83)

Macley 2 years ago
parent
commit
bf70e40530
1 changed files with 10 additions and 1 deletions
  1. 10 1
      .gitignore

+ 10 - 1
.gitignore

@@ -1,6 +1,15 @@
-
+# Ignore MacOS and Windows hidden files
 .DS_Store
 desktop.ini
 
 # Ignore tmp file in build directory
 build/tmp/
+
+# Ignore vscode specific config files
+.vscode/*
+
+# Local History for Visual Studio Code
+.history/
+
+# Built Visual Studio Code Extensions
+*.vsix