chore: add a couple of direnv specific files to the gitignore (#8165)

# Description

Hi, I would like to add a couple of things to the `.gitignore` that
would probably not be preferred to be checked out.

Thanks in advance! :) 

# User-Facing Changes

- none

# Tests + Formatting

- not affected

# After Submitting

- not affected
This commit is contained in:
Mango The Fourth 2023-02-22 13:58:06 +01:00 committed by GitHub
parent 9088ef182e
commit 28b20c5ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.gitignore vendored
View File

@ -38,4 +38,11 @@ tarpaulin-report.html
.vs/*
*.rsproj
*.rsproj.user
*.sln
*.sln
# direnv
.direnv/
.envrc
# pre-commit-hooks
.pre-commit-config.yaml