From 400c662fa1ba84d74fa1a368172c6da5a5486c60 Mon Sep 17 00:00:00 2001 From: Kat Yang <69819079+yangkb09@users.noreply.github.com> Date: Fri, 24 Jun 2022 03:20:46 -0400 Subject: [PATCH] Chore: Add scripts/go/bin/** to .gitignore (#51343) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9f09196074a..3deb19b8a6b 100644 --- a/.gitignore +++ b/.gitignore @@ -125,6 +125,9 @@ pkg/cmd/grafana-server/__debug_bin /packages/**/.rpt2_cache /packages/**/tsdoc-metadata.json +# Ignore go local build dependencies +/scripts/go/bin/** + # Ignore compilation stats from `yarn stats` compilation-stats.json