From 41447bf9d421cd5816bc087da26a382dab14cbbf Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 7 Sep 2025 13:29:36 +0200 Subject: [PATCH] chore: add rust stuff to gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 31d36b92..6a19fa12 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,10 @@ bun.lockb apps/transcription/__pycache__ apps/transcription/env -apps/bg-remover/env \ No newline at end of file +apps/bg-remover/env + +# Rust +/target +Cargo.lock +apps/core/target/ +apps/core/pkg/ \ No newline at end of file