mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-15 16:56:24 +00:00
- Move prometheus-config-reloader to cmd/ - Refactor Makefile & contrib/kube-prometheus/Makefile - Only execute a target if its dependencies changed - Create empty target file for docker builds - Replace promu with plain static `go build`
19 lines
335 B
Text
19 lines
335 B
Text
/operator
|
|
prometheus-config-reloader
|
|
.build/
|
|
*~
|
|
*.tgz
|
|
requirements.lock
|
|
.idea
|
|
*.iml
|
|
.DS_Store
|
|
__pycache__
|
|
.env/
|
|
.history/
|
|
.vscode/
|
|
tmp
|
|
|
|
# These are empty target files, created on every docker build. Their sole
|
|
# purpose is to track the last target execution time to evalualte, whether the
|
|
# container needds to be rebuild
|
|
hack/*-image
|