diff options
author | Daniel Johnson <wirecat@github.com> | 2024-08-30 13:14:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 13:14:51 -0700 |
commit | c22fd083e7a8ea61a50df38ad1cde56cabe191a0 (patch) | |
tree | d28c103883ad680ab159194714c3aff4f23c0039 | |
parent | ec300b949b8362691e87dbf2a939a46245eef40b (diff) | |
parent | 403cf39f224afb0c301b3e683a210a3272c03ad1 (diff) | |
download | gitignore-c22fd083e7a8ea61a50df38ad1cde56cabe191a0.tar.gz gitignore-c22fd083e7a8ea61a50df38ad1cde56cabe191a0.zip |
Merge pull request #4445 from costaparas/feature/update-terraform
Ignore terragrunt cache
-rw-r--r-- | community/Terragrunt.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/Terragrunt.gitignore b/community/Terragrunt.gitignore new file mode 100644 index 00000000..ea480863 --- /dev/null +++ b/community/Terragrunt.gitignore @@ -0,0 +1,3 @@ +# Ignore the default terragrunt cache directory +# https://terragrunt.gruntwork.io/docs/features/caching/ +.terragrunt-cache |