Browse Source

do not ignore .vscode/

Mokhtar Naamani 4 years ago
parent
commit
b4f5e05332
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .gitignore

+ 4 - 2
.gitignore

@@ -21,8 +21,10 @@ yarn*
 # Vim
 .*.sw*
 
-# Visual Studio Code
-.vscode
+# Making an exception here to fix eslint plugin issue
+# https://github.com/microsoft/vscode-eslint/issues/455
+# And allow for proper config to fix eslint and formatting on save
+.vscode/
 
 # Compiled WASM code
 *.wasm