From 176bb432621647d3fc9ee336115203f8cccb1327 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 10 Apr 2024 17:04:57 -0400 Subject: [PATCH] chore(ci): ignore images when uploading to vercel (#29310) As part of the Vercel flow for creating public previews of the test files, we'd like to exclude screenshots from being downloaded as they are not required to create the previews. --- .vercelignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vercelignore diff --git a/.vercelignore b/.vercelignore new file mode 100644 index 0000000000..c18553dfa1 --- /dev/null +++ b/.vercelignore @@ -0,0 +1 @@ +core/src/components/**/*/*.png