Compare commits

..

6 Commits

Author SHA1 Message Date
Daniel Johnson
c22fd083e7
Merge pull request #4445 from costaparas/feature/update-terraform
Ignore terragrunt cache
2024-08-30 13:14:51 -07:00
Daniel Johnson
ec300b949b
Merge pull request #4449 from brettcannon/rescript
Create ReScript.gitignore
2024-08-30 13:13:22 -07:00
Brett Cannon
a30c2940f1
Update ReScript.gitignore 2024-06-12 11:56:01 -07:00
Costa Paraskevopoulos
403cf39f22 Migrate terragrunt ignore to new template as suggested 2024-05-31 19:23:32 +10:00
Brett Cannon
dae1884ac1
Create ReScript.gitignore 2024-05-25 13:50:47 -07:00
Costa Paraskevopoulos
1ab38f03c9 Ignore terragrunt cache
This excludes the common/default location from source control

Docs: https://terragrunt.gruntwork.io/docs/features/caching/
2024-05-13 21:38:08 +10:00
2 changed files with 6 additions and 0 deletions

3
ReScript.gitignore Normal file
View File

@ -0,0 +1,3 @@
/node_modules/
/lib/
.bsb.lock

View File

@ -0,0 +1,3 @@
# Ignore the default terragrunt cache directory
# https://terragrunt.gruntwork.io/docs/features/caching/
.terragrunt-cache