mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
Ignore terragrunt cache
This excludes the common/default location from source control Docs: https://terragrunt.gruntwork.io/docs/features/caching/
This commit is contained in:
parent
7b22f8ab6c
commit
1ab38f03c9
1 changed files with 4 additions and 0 deletions
|
@ -32,3 +32,7 @@ override.tf.json
|
|||
# Ignore CLI configuration files
|
||||
.terraformrc
|
||||
terraform.rc
|
||||
|
||||
# Ignore the default terragrunt cache directory
|
||||
# https://terragrunt.gruntwork.io/docs/features/caching/
|
||||
.terragrunt-cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue