From 93060908a5fd0bcdc43966bcd2a70a6afa692055 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 11 Oct 2021 16:15:44 +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