gitignore: add secrets (but not encrypted secrets) to gitignore

This commit is contained in:
Luke Granger-Brown 2024-07-13 18:24:05 +01:00 committed by Ilya K
parent 0723b7de42
commit f14bba14a3

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ config.tf.json
.direnv
.terraform
.terraform.lock.hcl
secrets/*
!secrets/*.age