Chore: Add scripts/go/bin/** to .gitignore (#51343)

This commit is contained in:
Kat Yang
2022-06-24 03:20:46 -04:00
committed by GitHub
parent 588bd43e49
commit 400c662fa1

3
.gitignore vendored
View File

@ -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