24 lines
310 B
Text
24 lines
310 B
Text
# ---> Nix
|
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
|
result
|
|
result-*
|
|
|
|
# Ignore automatically generated direnv output
|
|
.direnv
|
|
|
|
# ---> Zig
|
|
.zig-cache/
|
|
zig-out/
|
|
build/
|
|
build-*/
|
|
docgen_tmp/
|
|
|
|
# Devenv
|
|
.devenv*
|
|
devenv.local.nix
|
|
|
|
# direnv
|
|
.direnv
|
|
|
|
# pre-commit
|
|
.pre-commit-config.yaml
|