init
This commit is contained in:
commit
d5472330d9
10 changed files with 1674 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue