diff --git a/.gitignore b/.gitignore index 92b2793..ae190ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ +# Ignore the direnv directory .direnv + +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-*