You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
feat: new '--ignore' feature
Time to time it's good to tell glenv to ignore some env. varibale. This
is in case, when you don't want to override your global env. variable by
variable from GitLab. It might be some token etc.
Example of .envrc
```
eval "$(glenv export -i SOME_VARIABLE)"
```