aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Johnson <wirecat@github.com>2024-08-30 13:14:51 -0700
committerGitHub <noreply@github.com>2024-08-30 13:14:51 -0700
commitc22fd083e7a8ea61a50df38ad1cde56cabe191a0 (patch)
treed28c103883ad680ab159194714c3aff4f23c0039
parentec300b949b8362691e87dbf2a939a46245eef40b (diff)
parent403cf39f224afb0c301b3e683a210a3272c03ad1 (diff)
downloadgitignore-c22fd083e7a8ea61a50df38ad1cde56cabe191a0.tar.gz
gitignore-c22fd083e7a8ea61a50df38ad1cde56cabe191a0.zip
Merge pull request #4445 from costaparas/feature/update-terraform
Ignore terragrunt cache
-rw-r--r--community/Terragrunt.gitignore3
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