From 750549823821a89411ac64cd7732675a925f9d1c Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 23 Jun 2025 17:04:51 +0200 Subject: [PATCH] gitignore: add node_modules --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8b6614a..41d654c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .local/ build/ +node_modules/