oncall-engine/dev/.gitignore
Dominik Broj 3e4407b2b7
add frontend guidelines (#4344)
# What this PR does

Add frontend guidelines as md file


## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.

---------

Co-authored-by: Rares Mardare <rares.mardare@grafana.com>
2024-05-16 04:09:32 +00:00

27 lines
569 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
!frontend_guidelines.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