Skip to content

Commit

Permalink
Includes .direnv/ in .gitignore (#21995)
Browse files Browse the repository at this point in the history
## Summary & Motivation

- [direnv](https://github.com/direnv/direnv) is a utility to
automatically enable virtual environments when in a specific directory.
It creates a `.direnv/` directory for the Python virtual environment. I
would like for this to be excluded from version control like `.venv/`
and `venv/`

## How I Tested These Changes

- Confirmed `.direnv/` was not included in version control
  • Loading branch information
cmpadden authored May 21, 2024
1 parent a25ec15 commit c4ea9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ celerybeat-schedule
.envrc

# virtualenv
.direnv/
.venv
venv/
ENV/
Expand Down

0 comments on commit c4ea9e6

Please sign in to comment.