build: add build artifacts to .gitignore

This commit is contained in:
2026-05-10 14:39:24 +02:00
parent ae73f12d1c
commit 0ab1ea3635

9
.gitignore vendored
View File

@@ -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/