build(Docker): add a temporary exception for files that copy-dist tries to copy for electron-forge, as otherwise copy-dist will fail inside Docker build

this will be fixed in an upcoming PR where I overhaul copy-dist to allow for build target specific copying of files
This commit is contained in:
Panagiotis Papadopoulos 2025-03-13 08:31:07 +01:00
parent 67c752c11b
commit 6a9342abce

View File

@ -5,7 +5,6 @@
.prettier* .prettier*
electron* electron*
entitlements.plist entitlements.plist
forge.config.cjs
nodemon.json nodemon.json
renovate.json renovate.json
trilium.iml trilium.iml
@ -34,4 +33,10 @@ npm-debug.log
# exceptions # exceptions
!/bin/copy-dist.ts !/bin/copy-dist.ts
# temporary exception to make copy-dist inside Docker build not fail
# TriliumNextTODO: make copy-dist *not* requiring to copy this file for builds other than electron-forge
!forge.config.cjs
!/bin/tpl
!/bin/electron-forge/desktop.ejs