-
Notifications
You must be signed in to change notification settings - Fork 42
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
Exclude a single file? #325
Comments
Yep, looks like only directories can be excluded or files via .gitignore |
You can also remove the json extension from the to be included file extensions but this is a suboptimal solution. Maybe we should also allow to exclude specific files besides the .gitignore file.
|
Agreed, excluding specific files is a must-have. Will add it to my to-do list for this month :) |
Feature #325: Exclude specific files by name
Couldn't resist and used DevoxxGenie and Claude Sonnet 3.5 (new) to suggest how to implement the feature. The suggested code look great and just worked. #MetaProgramming Details @ #326 |
Hey! Now I have way fewer tokens since package-lock.json is excluded. Thanks, @stephanj! 🚀 Also, I updated IntelliJ to version 2023.2.2 and changed sinceBuild to 232 to install the plugin on slightly older IntelliJ versions. I am testing it now. If everything works, can I open a PR? |
If everything still works, then a PR is very welcome. Thanks! |
Feature #325: Exclude specific files by name
Is there a way to exclude a specific file?
I have an Angular project, and I'd like to omit the
package-lock.json
file from the prompt. It’s unnecessarily large, with 14,627 lines in this relatively small project.The text was updated successfully, but these errors were encountered: