gitingest icon indicating copy to clipboard operation
gitingest copied to clipboard

feat: ignore build wrappers

Open koppor opened this issue 6 months ago • 1 comments

Java build systems such as gradle or maven come with packages scripts downloading the entire build system. I think, these files should be excluded:

  • gradlew.bat and gradlew for gradle
  • mvnw.bat and mvnw for maven

I know this is it not much size in comparison to a whole code base; nevertheless, I think, this will focus the LLM more.

koppor avatar Jun 21 '25 06:06 koppor

Thanks a lot for the feedback @koppor

I don't have any background in java but wouldn't those files be relevant for someone asking architecture questions about how the project is built?

Maybe if you could link an example of those scripts in a public repo I would get a better idea of what they're made of/how big they usually are

cyclotruc avatar Jun 22 '25 14:06 cyclotruc

Hi there! We haven’t seen activity here for 45 days, so I’m marking this issue as stale. If you’d like to keep it open, please leave a comment within 10 days. Thanks!

github-actions[bot] avatar Aug 07 '25 06:08 github-actions[bot]

Examples

  • https://github.com/JabRef/jabref/blob/main/gradlew
  • https://github.com/JabRef/jabref/blob/main/gradlew.bat
  • https://github.com/spring-projects/spring-ai/blob/main/mvnw.cmd

https://github.com/spring-projects/spring-ai/blob/main/mvnw

Small, but could be distracting maybe?

koppor avatar Aug 07 '25 08:08 koppor

Hi there! We haven’t seen activity here for 45 days, so I’m marking this issue as stale. If you’d like to keep it open, please leave a comment within 10 days. Thanks!

github-actions[bot] avatar Sep 23 '25 06:09 github-actions[bot]

Hi there! We haven’t heard anything for 10 days, so I’m closing this issue. Feel free to reopen if you’d like to continue the discussion. Thanks!

github-actions[bot] avatar Oct 04 '25 06:10 github-actions[bot]