docker-compose/.gitignore
2024-03-26 12:07:56 +01:00

18 lines
243 B
Plaintext

# ignore everything
*
# don't ignore dirs so we can look inside them
!*/
# but do ignore volumes and subsubsubdirs e.g. hostname/container/configstuff
volumes/
*/*/*/*
# allow the following files
!*.yml
!*.sh
!*.conf
!*.md
!.gitignore
.env