slackapi / java-slack-sdk

Slack Developer Kit (including Bolt for Java) for any JVM language
https://slack.dev/java-slack-sdk/
MIT License
568 stars 210 forks source link

build: ignore autogenerated files created by eclipse.jdt.ls #1284

Closed zimeg closed 4 months ago

zimeg commented 4 months ago

This PR adds .factorypath - a file automatically created by eclipse.jdt.ls - to the project .gitignore file. The bin/ from the bolt-spring-boot-examples/spring-boot-2 project is also being generated and ignored too, but I'm not sure why only this bin/ is being generated 🤔

Category

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.34%. Comparing base (8183ad5) to head (2df7e74).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1284 +/- ## ============================================ - Coverage 74.36% 74.34% -0.03% + Complexity 4131 4129 -2 ============================================ Files 444 444 Lines 13114 13114 Branches 1325 1325 ============================================ - Hits 9752 9749 -3 - Misses 2588 2590 +2 - Partials 774 775 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.