diff options
author | Costa Paraskevopoulos <costa.paras1@gmail.com> | 2024-05-31 19:23:32 +1000 |
---|---|---|
committer | Costa Paraskevopoulos <costa.paras1@gmail.com> | 2024-05-31 19:23:32 +1000 |
commit | 403cf39f224afb0c301b3e683a210a3272c03ad1 (patch) | |
tree | b93bd7b1386dd80d9bd9b8c9a8f744a77debc1a1 /community/Terragrunt.gitignore | |
parent | 1ab38f03c90e3670c8255ea573b61c0ba7afc907 (diff) | |
download | gitignore-403cf39f224afb0c301b3e683a210a3272c03ad1.tar.gz gitignore-403cf39f224afb0c301b3e683a210a3272c03ad1.zip |
Migrate terragrunt ignore to new template as suggested
Diffstat (limited to 'community/Terragrunt.gitignore')
-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 |