From 4a90544b52e8cc1b0d9a8fea97ef8dce63b643b3 Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 22 May 2023 20:52:44 +0200 Subject: [PATCH] Added node_modules to ignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c03c7a5..ba0db18 100644 --- a/.gitignore +++ b/.gitignore @@ -161,4 +161,6 @@ config.json venv venv_linux -venv_windows \ No newline at end of file +venv_windows + +PageSaver/node_modules \ No newline at end of file