mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-08-07 09:01:29 -04:00
Fix dockerignore of auth & transcoder
This commit is contained in:
parent
012fb930f2
commit
a636d6f850
@ -1,7 +1,7 @@
|
|||||||
**
|
**
|
||||||
!/go.mod
|
!/go.mod
|
||||||
!/go.sum
|
!/go.sum
|
||||||
!/**.go
|
!/**/*.go
|
||||||
# generated via sqlc
|
# generated via sqlc
|
||||||
!/sql
|
!/sql
|
||||||
!/dbc
|
!/dbc
|
||||||
|
@ -5,5 +5,4 @@
|
|||||||
!/metro.config.js
|
!/metro.config.js
|
||||||
!/app.config.ts
|
!/app.config.ts
|
||||||
!/src
|
!/src
|
||||||
!/app
|
|
||||||
!/public
|
!/public
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
**
|
**
|
||||||
!/go.mod
|
!/go.mod
|
||||||
!/go.sum
|
!/go.sum
|
||||||
!/**.go
|
!/**/*.go
|
||||||
!/migrations
|
!/migrations
|
||||||
# genereated via swag
|
# genereated via swag
|
||||||
!/docs
|
!/docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user