fix(docker): allow fluxer_app/scripts/build directory
Some checks failed
test cassandra-backup / Test latest Cassandra backup (push) Has been cancelled
Some checks failed
test cassandra-backup / Test latest Cassandra backup (push) Has been cancelled
The **/build pattern was blocking the scripts/build/ directory which contains critical rspack build scripts like lingui.mjs. Explicitly allowing this directory to be included.
This commit is contained in:
@@ -50,3 +50,6 @@ dev
|
|||||||
!fluxer_app/src/locales
|
!fluxer_app/src/locales
|
||||||
!fluxer_app/src/locales/**
|
!fluxer_app/src/locales/**
|
||||||
!**/scripts/
|
!**/scripts/
|
||||||
|
# Allow build scripts directory (not blocked by **/build pattern)
|
||||||
|
!fluxer_app/scripts/build
|
||||||
|
!fluxer_app/scripts/build/**
|
||||||
|
|||||||
Reference in New Issue
Block a user