Skip to content
Snippets Groups Projects
Unverified Commit a17c4e05 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Add the `.direnv/` directory to .gitignore (#14707)

parent e8884cc2
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ __pycache__/ ...@@ -36,6 +36,7 @@ __pycache__/
# For direnv users # For direnv users
/.envrc /.envrc
.direnv/
# IDEs # IDEs
/.idea/ /.idea/
......
Add `.direnv/` directory to .gitignore to prevent local state generated by the [direnv](https://direnv.net/) development tool from being committed.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment