Files
nginx-proxy-manager/.dockerignore
2021-06-29 19:26:32 +10:00

8 lines
103 B
Plaintext

# Ignore everything
*
# Only allow the following for docker build:
!backend/
!docker/
!scripts/
!test/