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.mod
!/go.sum !/go.sum
!/**.go !/**/*.go
# generated via sqlc # generated via sqlc
!/sql !/sql
!/dbc !/dbc

View File

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

View File

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