Skip to content

Commit 4f716c1

Browse files
authored
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 a3f0987 commit 4f716c1

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
@@ -56,3 +56,6 @@ packages/*/resources/css/icons.css
5656

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

0 commit comments

Comments
 (0)