Skip to content

Commit 3548951

Browse files
committed
fix(amazonq): gitignore fix (#7749)
## Change I added the gitignore fix --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 00cce58 commit 3548951

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ packages/*/resources/css/icons.css
5555

5656
# Created by `npm run webRun` when testing extension in web mode
5757
.vscode-test-web
58+
59+
# Generated by E2E UI Tests
60+
packages/amazonq/test/e2e/amazonq/resources

0 commit comments

Comments
 (0)