mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2024-12-09 16:35:21 +00:00
b67b69acd3
Add standard Prometheus build setup * CircleCI config * Makefile * Go modules * Golang-CI Lint * promu config * Remove /vendor * Remove mage build * Update READMEs https://github.com/prometheus-community/postgres_exporter/issues/478 Signed-off-by: Ben Kochie <superq@gmail.com>
23 lines
284 B
Plaintext
23 lines
284 B
Plaintext
/.build
|
|
/postgres_exporter
|
|
/postgres_exporter_integration_test
|
|
*.tar.gz
|
|
*.test
|
|
*-stamp
|
|
/.idea
|
|
/.vscode
|
|
*.iml
|
|
/cover.out
|
|
/cover.*.out
|
|
/.coverage
|
|
/bin
|
|
/release
|
|
/*.prom
|
|
/.metrics.*.*.prom
|
|
/.metrics.*.*.prom.unique
|
|
/.assets-branch
|
|
/.metrics.*.added
|
|
/.metrics.*.removed
|
|
/tools/src
|
|
/vendor
|