mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add scripts/go/bin/** to .gitignore (#51343)
This commit is contained in:
parent
588bd43e49
commit
400c662fa1
3
.gitignore
vendored
3
.gitignore
vendored
@ -125,6 +125,9 @@ pkg/cmd/grafana-server/__debug_bin
|
|||||||
/packages/**/.rpt2_cache
|
/packages/**/.rpt2_cache
|
||||||
/packages/**/tsdoc-metadata.json
|
/packages/**/tsdoc-metadata.json
|
||||||
|
|
||||||
|
# Ignore go local build dependencies
|
||||||
|
/scripts/go/bin/**
|
||||||
|
|
||||||
# Ignore compilation stats from `yarn stats`
|
# Ignore compilation stats from `yarn stats`
|
||||||
compilation-stats.json
|
compilation-stats.json
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user