7 lines
228 B
Plaintext
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
|