From 4e014b0401d8d84655d4d246cf8a3db9a49719cc Mon Sep 17 00:00:00 2001 From: LimesKey Date: Mon, 24 Jun 2024 16:16:18 -0400 Subject: [PATCH] add node_modules to git ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c056d3..fe970a9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ Cargo.lock #vscode stuff settings.json -Rockyou.* \ No newline at end of file +Rockyou.* +node_modules