diff options
-rw-r--r-- | ReScript.gitignore | 3 | ||||
-rw-r--r-- | community/Terragrunt.gitignore | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ReScript.gitignore b/ReScript.gitignore new file mode 100644 index 00000000..b7364c93 --- /dev/null +++ b/ReScript.gitignore @@ -0,0 +1,3 @@ +/node_modules/ +/lib/ +.bsb.lock 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 |