-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Feat: Propose .repopackignore file to override .gitignore for repopack bundles #12
Comments
Hello, Thank you for your valuable feature proposal! However, I've been considering a slightly different approach that might offer even more flexibility. Here's what I'm thinking:
Key points:
This approach would maintain flexibility for both current needs and potential future requirements. What do you think about this alternative? Does it still address your needs? I'm very open to your feedback and any further suggestions you might have. Thank you again for helping improve Repopack! |
Hello, I've made some modifications to your approach and implemented a solution. I've created a pull request: I believe this approach provides flexibility for both current needs and potential future requirements. |
I'm merging this pull request now and I'm pleased to inform you that these changes have been released in version 0.1.13! If you have any feedback on the new release or encounter any issues, please don't hesitate to let me know. |
I'll close this issue now. Thank you for your feedback! |
Hello,
First, thank you for this very useful project!
I'd like to suggest a feature that could enhance repopack's flexibility.
Current situation:
I have a file "claude-custom-instructions.txt" that I want to include in my repopack bundle, but it's listed in my .gitignore file. Currently, to include this file, I need to set
ignore.useDefaultPatterns = false
and then manually add all the patterns I want to ignore inignore.customPatterns
. This works, but it's a bit cumbersome.Feature proposal:
Introduce a new file called
.repopackignore
that would override .gitignore settings specifically for repopack bundles when present. Here's how it could work:.repopackignore
file exists in the repository, repopack would use it instead of .gitignore.Benefits:
I'd appreciate your thoughts on this idea and whether it aligns with the project's goals.
Thank you again !
The text was updated successfully, but these errors were encountered: