From 19fc61b8d579b5b4f0c37e47ea54b2117f16f2ea Mon Sep 17 00:00:00 2001 From: deansheather Date: Tue, 7 Jun 2022 16:21:46 +0000 Subject: [PATCH 1/2] chore: ignore artifacts dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f8987b4515389..2ff9e155ace0c 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ site/build-storybook.log # Build dist/ site/out/ +artifacts *.tfstate *.tfplan From c28b72f3bd8392de95db7a8c104cb0c7b04026d6 Mon Sep 17 00:00:00 2001 From: deansheather Date: Tue, 7 Jun 2022 16:31:06 +0000 Subject: [PATCH 2/2] fixup! chore: ignore artifacts dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2ff9e155ace0c..fc43bc57b7035 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ site/build-storybook.log # Build dist/ site/out/ +# used by release CI for downloaded artifacts artifacts *.tfstate