leptos-rs / cargo-leptos

Build tool for Leptos (Rust)
MIT License
314 stars 87 forks source link

Add `.direnv/` to `.gitignore` #227

Closed aqrln closed 5 months ago

aqrln commented 5 months ago

Add .direnv directory created by nix-direnv to .gitignore, since both direnv and nix are used in the project.

benwis commented 5 months ago

Surprised it isn't already. Thanks for that

aqrln commented 5 months ago

My guess is probably you and other folks are either using the built-in simple use flake implementation in direnv rather than faster but not out-of-the-box nix-direnv, or have .direnv in a global gitignore.