This commit is contained in:
Caffeine Fueled 2025-10-11 22:33:41 +02:00
commit d5472330d9
Signed by: cf7
GPG key ID: CA295D643074C68C
10 changed files with 1674 additions and 0 deletions

15
.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
# 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