api/.dockerignore

17 lines
153 B
Plaintext
Raw Normal View History

2022-10-27 04:04:49 +02:00
# Ignore everything and explicitly include the things we need
*
.*
!cmd
!config
!db
!handler
!httpserver
!lib
!mocks
!models
!go.mod
!go.sum
!Makefile