meta: ignore Nix build results properly
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iccbf2928b43e8b519d84884e801e4f206a6a6964
This commit is contained in:
parent
cf735b4278
commit
0e79ba0518
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -3,9 +3,12 @@ target/
|
|||
**/*.wasm
|
||||
|
||||
# Nix
|
||||
.direnv/
|
||||
/.direnv/
|
||||
/result*
|
||||
|
||||
# Runtime artifacts
|
||||
*.db*
|
||||
|
||||
# Test configuration
|
||||
test.toml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue