From c72b9ad43b70efaae3afd648ca98ae392ee7e045 Mon Sep 17 00:00:00 2001 From: Arjun Gupta Date: Mon, 28 Dec 2020 16:36:32 +0530 Subject: [PATCH] add node_modules to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 32b273a7..3e759b75 100644 --- a/.gitignore +++ b/.gitignore @@ -261,7 +261,7 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat -# node_modules/ +node_modules/ # Visual Studio 6 build log *.plg