api/.dockerignore

19 lines
177 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
2022-10-30 02:13:51 +02:00
!feedparser
2022-10-27 04:04:49 +02:00
!handler
!httpserver
!lib
2022-10-30 02:13:51 +02:00
!migrations
2022-10-27 04:04:49 +02:00
!mocks
!models
!go.mod
!go.sum
!Makefile