mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
# Ignore build outputs from performing a nix-build or `nix build` command
|
|
result
|
|
result-*
|
|
|
|
# Ignore automatically generated direnv output
|
|
.direnv
|
|
|
|
# Ignore NixOS interactive test driver history
|
|
**/.nixos-test-history
|