mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-22 14:12:53 +00:00
9ddc5f1348
Teams config option will fail unmarshalling as it is deprecated. Fixes https://github.com/prometheus/alertmanager/issues/1818 Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
19 lines
248 B
Plaintext
19 lines
248 B
Plaintext
/data/
|
|
/alertmanager
|
|
/amtool
|
|
*.yml
|
|
*.yaml
|
|
/.build
|
|
/.release
|
|
/.tarballs
|
|
|
|
!.golangci.yml
|
|
!/cli/testdata/*.yml
|
|
!/cli/config/testdata/*.yml
|
|
!/config/testdata/*.yml
|
|
!/doc/examples/simple.yml
|
|
!/circle.yml
|
|
!/.travis.yml
|
|
!/.promu.yml
|
|
!/api/v2/openapi.yaml
|