Files
nas-compose/monitoring/volumes/promtail_logs/.gitignore
2024-09-26 15:59:37 +02:00

7 lines
228 B
Plaintext

# Promtail logs volume is special as it contains folders which are symlinked to as volumes for other containers
# Stop the parent .gitignore from impacting subfolders
!*/
# Ignore the content of all the subfolders
*/*
!.gitkeep