gitignore: add .direnv dir (#26198)

### What does this PR do?

The `.direnv` folder is created by [direnv](https://direnv.net/) when
using `use flake` in `.envrc` to automatically load the Nix development
shell. Since the repo already includes a flake.nix, developers on NixOS
commonly use direnv (via nix-direnv) to auto-load the environment. This
folder contains cached environment data and should not be committed.
This commit is contained in:
wovw
2026-01-18 00:17:14 -08:00
committed by GitHub
parent 939f5cf7af
commit 716801e92d

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.claude/settings.local.json .claude/settings.local.json
.direnv
.DS_Store .DS_Store
.env .env
.envrc .envrc