From 4c7e820c61af5d8ad938f37e49b0fd6d21251212 Mon Sep 17 00:00:00 2001 From: laura-codess <121297288+laura-codess@users.noreply.github.com> Date: Thu, 24 Jul 2025 11:40:55 -0400 Subject: [PATCH] small gitignore fix --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 596af538b2e..0a9e46bc888 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ packages/*/resources/css/icons.css # Created by `npm run webRun` when testing extension in web mode .vscode-test-web + +# Generated by E2E UI Tests +packages/amazonq/test/e2e/amazonq/resources \ No newline at end of file