docker-compose/.gitignore

18 lines
243 B
Plaintext
Raw Permalink Normal View History

# 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
volumes/
2024-03-26 02:05:51 +02:00
*/*/*/*
2024-03-26 13:07:56 +02:00
# allow the following files
!*.yml
!*.sh
2024-03-26 13:07:56 +02:00
!*.conf
!*.md
!.gitignore
.env