From 94e082d775d9140f79b485f02b372db6e4247bb6 Mon Sep 17 00:00:00 2001 From: Shantanu Dutta <7542135+nlern@users.noreply.github.com> Date: Sun, 25 Aug 2019 20:21:02 +0530 Subject: [PATCH] 1. Added .gitignore with node_modules to ignore node_modules folder anywhere in repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c2658d7d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/