From 8c2b1613beff9faee85864c7954f72bcb1004561 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Thu, 4 Jan 2018 11:45:53 -0400 Subject: [PATCH] Ignore .vscode directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1fa7c3c..9ea9efa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # Read about how to use .gitignore: https://help.github.com/articles/ignoring-files .cache-loader .sass-cache +.vscode node_modules npm-debug.log yarn-error.log