From 211592d933b00819dd7bc0ea0c5709e7ac0abc87 Mon Sep 17 00:00:00 2001 From: metafates Date: Sun, 7 Jun 2026 12:31:30 +0300 Subject: [PATCH] add node_modules to go.mod ignore directive --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index e5a8805..d07c52b 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module github.com/ozontech/testo go 1.24 + +ignore node_modules