From 4820c11cc4d60ba24389dcf758490525c530b6c0 Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Fri, 21 Aug 2020 21:25:55 +0600 Subject: [PATCH] Add node_modules in gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dbe9c82..8d056c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vscode/ \ No newline at end of file +.vscode/ +node_modules/