diff options
author | Yunyang <sunnycloudyang@outlook.com> | 2024-08-31 15:27:59 +0800 |
---|---|---|
committer | Yunyang <sunnycloudyang@outlook.com> | 2024-08-31 15:27:59 +0800 |
commit | aa39d376294fec07a175aca14afd7784dbc15ac6 (patch) | |
tree | 35dfebd0186381b33e3bc3a4e38fd5e792611a17 | |
parent | fc32973012b09f311b78ef39065172de4c35e0d1 (diff) | |
parent | ec4bac82f409d2c5934fd2a1658d985e885182d1 (diff) | |
download | gitignore-aa39d376294fec07a175aca14afd7784dbc15ac6.tar.gz gitignore-aa39d376294fec07a175aca14afd7784dbc15ac6.zip |
Merge branch 'main' of https://github.com/SunnyCloudYang/gitignore
-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 |