15 lines
340 B
Text
15 lines
340 B
Text
# Ignore all data directories
|
|
grafana/data/*
|
|
loki/data/*
|
|
prometheus/data/*
|
|
|
|
# Keep the data directories themselves (not their contents)
|
|
!grafana/data/.gitkeep
|
|
!loki/data/.gitkeep
|
|
!prometheus/data/.gitkeep
|
|
|
|
# Ignore config files but keep .example versions
|
|
grafana/grafana.ini
|
|
loki/loki-local-config.yaml
|
|
prometheus/prometheus.yml
|
|
!*.example
|