Fix dockerignore of auth & transcoder

This commit is contained in:
Zoe Roux 2025-07-20 03:00:24 +02:00
parent 012fb930f2
commit a636d6f850
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
**
!/go.mod
!/go.sum
!/**.go
!/**/*.go
# generated via sqlc
!/sql
!/dbc

View File

@ -5,5 +5,4 @@
!/metro.config.js
!/app.config.ts
!/src
!/app
!/public

View File

@ -1,7 +1,7 @@
**
!/go.mod
!/go.sum
!/**.go
!/**/*.go
!/migrations
# genereated via swag
!/docs