From 27acb985713bd5906d4163880e32c4aa7b740613 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Wed, 8 Jun 2022 02:41:38 +1000 Subject: [PATCH] chore: ignore artifacts dir (#2132) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f8987b4515..fc43bc57b7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,8 @@ site/build-storybook.log # Build dist/ site/out/ +# used by release CI for downloaded artifacts +artifacts *.tfstate *.tfplan