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

rei/jumptodate_statement_limit
Andrew Morgan 2022-12-19 16:44:09 +00:00 committed by GitHub
parent e8884cc282
commit a17c4e0590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -36,6 +36,7 @@ __pycache__/
# For direnv users
/.envrc
.direnv/
# IDEs
/.idea/

1
changelog.d/14707.misc Normal file
View File

@ -0,0 +1 @@
Add `.direnv/` directory to .gitignore to prevent local state generated by the [direnv](https://direnv.net/) development tool from being committed.