From c36cb3575006b3cab037c99fe4cae65a048747c3 Mon Sep 17 00:00:00 2001 From: Ihor Romanchuk Date: Mon, 30 Mar 2026 17:18:05 +0200 Subject: [PATCH 1/2] chore(design-system): add vitest artifacts to gitignore [AR-48187] --- packages/design-system/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/design-system/.gitignore b/packages/design-system/.gitignore index 942e7e0f3..13242a35f 100644 --- a/packages/design-system/.gitignore +++ b/packages/design-system/.gitignore @@ -1,2 +1,4 @@ .scss-dts storybook-static +__screenshots__ +.vitest-attachments \ No newline at end of file From cbf16a70449711ba068fa498aaa66fed48451763 Mon Sep 17 00:00:00 2001 From: Ihor Romanchuk Date: Mon, 30 Mar 2026 17:18:54 +0200 Subject: [PATCH 2/2] add newline --- packages/design-system/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/design-system/.gitignore b/packages/design-system/.gitignore index 13242a35f..190d7ee49 100644 --- a/packages/design-system/.gitignore +++ b/packages/design-system/.gitignore @@ -1,4 +1,4 @@ .scss-dts storybook-static __screenshots__ -.vitest-attachments \ No newline at end of file +.vitest-attachments