Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iccbf2928b43e8b519d84884e801e4f206a6a6964
14 lines
111 B
Text
14 lines
111 B
Text
# Rust
|
|
target/
|
|
**/*.wasm
|
|
|
|
# Nix
|
|
/.direnv/
|
|
/result*
|
|
|
|
# Runtime artifacts
|
|
*.db*
|
|
|
|
# Test configuration
|
|
test.toml
|
|
|