From bf8b1d0d49703e82cf8162399405984bd0b3fe88 Mon Sep 17 00:00:00 2001 From: zwlucas Date: Fri, 29 May 2026 18:24:59 -0300 Subject: feat: implement static file serving and Docker support, update frontend build process Signed-off-by: zwlucas --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6f24604..5f2bf75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # Backend backend/server.exe backend/server +backend/yaum.exe +backend/yaum +backend/internal/static/build/ +!backend/internal/static/build/placeholder.txt # Frontend frontend/node_modules/ -- cgit v1.2.3