Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Ignores .envrc

Kurt Garloff requested to merge feat/ignore-envrc into main

Created by: mxmxchere

The repo relies on OS_CLOUD to be set to choose the cloud-provider and the environment to work on. I use direnv to automatically set my cloud provider when entering the terraform folder. This PR extends the .gitignore to ignore the .envrc file (direnvs per directory config). So that no other users are bothered with my default environment being set when using this repo.

Signed-off-by: Malte Münch muench@b1-systems.de

Merge request reports