mnsn-log-stack/.gitignore
2025-10-11 22:33:41 +02:00

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