2023-07-24 18:16:14 +03:00
|
|
|
# ignore everything
|
|
|
|
*
|
|
|
|
|
|
|
|
# don't ignore dirs so we can look inside them
|
|
|
|
!*/
|
|
|
|
|
2024-03-26 00:57:20 +02:00
|
|
|
# but do ignore volumes and subsubsubdirs e.g. hostname/container/configstuff
|
2023-07-24 18:16:14 +03:00
|
|
|
volumes/
|
2024-03-26 02:05:51 +02:00
|
|
|
*/*/*/*
|
2023-07-24 18:16:14 +03:00
|
|
|
|
|
|
|
# only allow .yml files
|
|
|
|
!*.yml
|
|
|
|
|
|
|
|
!*.md
|
|
|
|
!.gitignore
|
|
|
|
.env
|