meta: ignore Nix build results properly

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iccbf2928b43e8b519d84884e801e4f206a6a6964
This commit is contained in:
raf 2026-03-19 22:34:16 +03:00
commit 0e79ba0518
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

5
.gitignore vendored
View file

@ -3,9 +3,12 @@ target/
**/*.wasm
# Nix
.direnv/
/.direnv/
/result*
# Runtime artifacts
*.db*
# Test configuration
test.toml