# What this PR does PR adds Tilt for local development ## Which issue(s) this PR fixes ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated --------- Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com> Co-authored-by: Ildar Iskhakov <Ildar.iskhakov@grafana.com> Co-authored-by: Michael Derynck <michael.derynck@grafana.com> Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
26 lines
545 B
Text
26 lines
545 B
Text
# Ignore everything
|
|
*
|
|
|
|
# Except
|
|
!.env.dev.example
|
|
!.env.mysql.dev
|
|
!.env.postgres.dev
|
|
!.env.sqlite.dev
|
|
!add_env_var.sh
|
|
!prometheus.yml
|
|
!README.md
|
|
!scripts/
|
|
!scripts/*
|
|
!helm-local.yml
|
|
!kind.yml
|
|
!kind-config.yaml
|
|
|
|
# only source control grafana/provisioning/datasources/automatic.yml
|
|
# any other files under ./grafana will be ignored
|
|
!grafana/
|
|
!grafana/provisioning/
|
|
!grafana/provisioning/datasources/
|
|
!grafana/provisioning/datasources/automatic.yml
|
|
!grafana/provisioning/plugins/
|
|
!grafana/provisioning/plugins/grafana-oncall-app-provisioning.yaml
|
|
|