chore: clean up .gitignore#3174
Merged
Merged
Conversation
paul-nechifor
requested review from
leshy,
mustafab0 and
spomichter
as code owners
July 24, 2026 23:24
Contributor
Greptile SummaryThe PR reorganizes and consolidates Confidence Score: 5/5The PR appears safe to merge. The normalized patterns preserve the prior exclusions for caches, build artifacts, local secrets, generated data, tooling state, and downloaded models. Important Files Changed
Reviews (1): Last reviewed commit: "chore: clean up .gitignore" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #3174 +/- ##
=======================================
Coverage 74.16% 74.17%
=======================================
Files 1108 1108
Lines 104052 104052
Branches 9530 9530
=======================================
+ Hits 77171 77176 +5
+ Misses 24135 24132 -3
+ Partials 2746 2744 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
mustafab0
approved these changes
Jul 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
clean up .gitignore since we have duplicates in there (e.g. data/ is twice) and to put things in a more logical order.