ignore direnv globally
Why === * When I entered the directory, a .direnv directory was created and it was not ignored What changed === * Ignore .direnv globally * Remove now unneeded terraform directory ignore for direnv
This commit is contained in:
parent
0c1c682a19
commit
bcc0fe757c
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,8 +5,10 @@ result-*
|
|||
# Terraform
|
||||
.terraform
|
||||
.terraform.*
|
||||
/terraform/.direnv
|
||||
|
||||
# needed for treefmt
|
||||
!.github
|
||||
!.sops.yaml
|
||||
|
||||
# direnv
|
||||
.direnv/
|
Loading…
Add table
Reference in a new issue