From 98384183cc0ddb9158725ec3cd5aa64feee31ad2 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Mon, 17 Jan 2022 23:55:48 +0100 Subject: [PATCH] gitignore node_modules --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a9d37c5..478c077 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target Cargo.lock +**/node_modules/ \ No newline at end of file