From 5bb197cd304d6cab32c39782b60391f9b399541b Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Thu, 7 May 2026 00:15:11 -0400 Subject: refactor: kj-ify the repo with a makefile --- .dockerignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore index 6472839..ce47f14 100644 --- a/.dockerignore +++ b/.dockerignore @@ -17,3 +17,7 @@ **/build **/dist **/node_modules + +# include prebuilt app assets for static serving image +!excalidraw-app/build/ +!excalidraw-app/build/** -- cgit v1.2.3