chore(docker): move exception below TODO comment

This commit is contained in:
Panagiotis Papadopoulos 2025-03-27 09:07:29 +01:00
parent fa0358662a
commit 6218ae6cd7

View File

@ -34,11 +34,11 @@ npm-debug.log
# exceptions # exceptions
!/bin/copy-dist.ts !/bin/copy-dist.ts
!/bin/electron-forge/sign-windows.cjs
!/bin/cleanupNodeModules.ts !/bin/cleanupNodeModules.ts
# temporary exception to make copy-dist inside Docker build not fail # 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 # TriliumNextTODO: make copy-dist *not* requiring to copy these file for builds other than electron-forge
!forge.config.cjs !forge.config.cjs
!/bin/tpl !/bin/tpl
!/bin/electron-forge/desktop.ejs !/bin/electron-forge/desktop.ejs
!/bin/electron-forge/sign-windows.cjs