From 5a81f48be0ecf1f3a1252a1029d3d06d210968cb Mon Sep 17 00:00:00 2001 From: hbrain Date: Sun, 31 May 2026 14:46:00 +0200 Subject: [PATCH] Ignore node_modules directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a63b00..bf4148b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ thumbs/ cache/ push.json in-dir_renames.txt +node_modules/