From 67481af1ddbd01611affdbea2d423a31a2eb6712 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Fri, 26 Jun 2026 11:39:59 +0530 Subject: [PATCH] chore: add .gopath/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 948ae4b5..c26860d9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ hawk .gocache-*/ .gomodcache/ .gomodcache-*/ +.gopath/ .tmp/ *.codegraph.db .DS_Store