From 1169c17518b4ecda92fb06a8495f2c046629eb3f Mon Sep 17 00:00:00 2001 From: Arnaldo Gabriel Date: Mon, 12 Aug 2019 20:39:01 -0400 Subject: [PATCH] Added rule to ignore .vscode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09..55371e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +.vscode \ No newline at end of file