mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-29 09:32:16 +00:00
99f64e944b
* Drop /vendor. * Update Go to 1.16. * Update djfarrelly/maildev to 1.1.0. * Update protoc to 3.15.8. * Update mixin test for Go 1.16. * Bump Go modules. Signed-off-by: SuperQ <superq@gmail.com>
21 lines
286 B
Plaintext
21 lines
286 B
Plaintext
/data/
|
|
/alertmanager
|
|
/amtool
|
|
*.yml
|
|
*.yaml
|
|
/.build
|
|
/.release
|
|
/.tarballs
|
|
/vendor
|
|
|
|
!.golangci.yml
|
|
!/cli/testdata/*.yml
|
|
!/cli/config/testdata/*.yml
|
|
!/config/testdata/*.yml
|
|
!/notify/email/testdata/*.yml
|
|
!/doc/examples/simple.yml
|
|
!/circle.yml
|
|
!/.travis.yml
|
|
!/.promu.yml
|
|
!/api/v2/openapi.yaml
|