mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
.claude/settings.local.json
|
||||
.direnv
|
||||
.DS_Store
|
||||
.env
|
||||
.envrc
|
||||
|
||||
Reference in New Issue
Block a user