From a9421684b108cdd2d9df5aa0e9299dba42f603fd Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 20 Oct 2021 05:29:57 +0000 Subject: [PATCH] chore: added node_modules to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 934b6b1..8c8c730 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ lint/tmp/ # infer output infer-out +node_modules