meta: ignore compiled test fixtures in git

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic2f8776f5a55acc4281bfe6fcbe9d1116a6a6964
This commit is contained in:
raf 2026-03-08 14:56:08 +03:00
commit 61ebc6824c
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# Rust # Rust
target/ target/
**/*.wasm
# Nix # Nix
.direnv/ .direnv/