...

Text file src/github.com/prometheus/alertmanager/.gitignore

Documentation: github.com/prometheus/alertmanager

     1/data/
     2/alertmanager
     3/amtool
     4*.yml
     5*.yaml
     6/.build
     7/.release
     8/.tarballs
     9/vendor
    10
    11!.golangci.yml
    12!/cli/testdata/*.yml
    13!/cli/config/testdata/*.yml
    14!/cluster/testdata/*.yml
    15!/config/testdata/*.yml
    16!/examples/ha/tls/*.yml
    17!/notify/email/testdata/*.yml
    18!/doc/examples/simple.yml
    19!/circle.yml
    20!/.travis.yml
    21!/.promu.yml
    22!/api/v2/openapi.yaml

View as plain text