From 8fc64afdfbf793e885614093e9eb8731d80b34a0 Mon Sep 17 00:00:00 2001 From: Angel Perez Date: Tue, 9 Apr 2019 12:47:37 -0400 Subject: [PATCH] Ignore node_modules folder and lock files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8ce04a6e84e..fc2e5c0439f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ tags .sass-cache .localeapp .yardoc +node_modules +yarn.lock +package-lock.json