snix/.gitignore
Ilan Joselevich bed42b59df chore: add .direnv to gitignore
This is similiar to `result` and should not be added to the repo.

Change-Id: Id700af309baf002d1dfb4798a446a74011437e2d
Reviewed-on: https://cl.snix.dev/c/snix/+/30313
Reviewed-by: Florian Klink <flokli@flokli.de>
Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com>
Tested-by: besadii
2025-04-12 18:12:35 +00:00

16 lines
388 B
Text

# Ignore the garbage folder, in which I slowly assemble a bunch of
# trash locally that might be valuable in the future.
garbage/
# Nix gcroot symlinks created by .envrc
/.gcroots/*
# Ignore direnv data
.direnv
# Ignore Nix result symlinks
result
result-*
# Nix result symlink used by //nix/buildkite
/nix-buildkite-extra-step-command-script
/nix-buildkite-extra-step-command-script-*