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

pull/51335/head^2
Kat Yang 3 years ago committed by GitHub
parent 588bd43e49
commit 400c662fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitignore

3
.gitignore vendored

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

Loading…
Cancel
Save