-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement .q-ignore
functionality for Amazon Q uploads
#5664
Comments
.q-ignore
functionality for Amazon Q uploads.q-ignore
functionality for Amazon Q uploads
Any reason Q should not just use |
Thank you for your response. While My project is a monorepo and quite large in size. Even when I explicitly specify files or paths in the prompt, the upload often fails due to the size limit, primarily because of files related to Storybook and other environment configurations. I proposed the Do you have any suggestions for a better solution? |
I don't have a better solution. Ideally there would be a quasi-standard pattern to use here, but I didn't find anything. Github copilot has a yaml format but it appears to be part of their UI, not a file that is committed to a project. |
I also couldn't think of a better solution than using a dedicated ignore file similar to If you believe this idea has merit, I'd be interested to know if it could be included in the development roadmap or if there's any timeline associated with it. Alternatively, I'd be happy to contribute my time to help implement this feature if that's acceptable. Thank you again for your attention! |
Problem
The current implementation of the Amazon Q feature in the AWS Toolkit for VS Code does not provide a way to exclude certain files or directories when uploading a project. This becomes problematic for users working with monorepo structures or projects that exceed the 200MB upload limit.
Specifically:
This situation leads to inefficient use of the upload capacity and potentially prevents users from utilizing Amazon Q for larger projects.
Expected behavior
We propose implementing a
.q-ignore
file functionality, similar to how.gitignore
works for Git. This feature would allow users to:.q-ignore
file in their project root.Example of a potential
.q-ignore
file:This feature would greatly enhance the usability of Amazon Q for larger projects and monorepos, allowing developers to efficiently utilize the service within the given constraints.
The text was updated successfully, but these errors were encountered: