Skip to content

chore: git ignore .direnv/ directory

What

Add .direnv/ to .gitignore

Why

When direnv runs for the first time in this repo, it makes a .direnv/ directory, which then makes git sad because it's not tracked. Let's not track it!

Merge request reports

Loading