docker-compose/.gitignore

18 lines
240 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/
*/*/*/*
# only allow .yml and .sh files
!*.yml
!*.sh
!*.md
!.gitignore
.env