chore: add rust stuff to gitignore
This commit is contained in:
parent
f5c8a6cf0d
commit
41447bf9d4
|
|
@ -31,4 +31,10 @@ bun.lockb
|
|||
apps/transcription/__pycache__
|
||||
apps/transcription/env
|
||||
|
||||
apps/bg-remover/env
|
||||
apps/bg-remover/env
|
||||
|
||||
# Rust
|
||||
/target
|
||||
Cargo.lock
|
||||
apps/core/target/
|
||||
apps/core/pkg/
|
||||
Loading…
Reference in New Issue