Add direnv .envrc to ignored files.

The direnv project (https://direnv.net/ )  uses .envrc files for dynamically loading environment variables (or other settings) per directory using the user's shell.. As it can contain sensitive information, and is similar in goal as to .env etc, I think it is a good idea to exclude this by default as well.
This commit is contained in:
fslds 2021-01-07 10:52:41 +01:00 committed by GitHub
parent 218a941be9
commit b7563346aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ celerybeat.pid
# Environments
.env
.envrc
.venv
env/
venv/