From 0ab1ea3635883d7d7c17245d396152d3625dd1d6 Mon Sep 17 00:00:00 2001 From: ju6ge Date: Sun, 10 May 2026 14:39:24 +0200 Subject: [PATCH] build: add build artifacts to .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 2feaf34..209914f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,15 @@ target Cargo.lock node_modules/ rust/src/webserver/bundle.js +rust/src/webserver/bundle.js.gz rust/src/webserver/index.html +rust/src/webserver/index.html.gz +rust/src_webpack/bundle.js +rust/src_webpack/bundle.js.gz +rust/src_webpack/index.html +rust/src_webpack/index.html.gz rust/build/ rust/image.bin +rust/target/ +rust/Cargo.lock +rust/src_webpack/node_modules/