api/.dockerignore

17 lines
153 B
Plaintext

# Ignore everything and explicitly include the things we need
*
.*
!cmd
!config
!db
!handler
!httpserver
!lib
!mocks
!models
!go.mod
!go.sum
!Makefile