eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.39k stars 593 forks source link

Set .idea to linguist-generated=false in .gitattributes so that it shows up in code review diffs. #1609

Closed motlin closed 1 month ago

motlin commented 1 month ago

In code reviews like #1606, the diffs are collapsed by default because files under .idea/ are considered generated sources (screenshot below).

Similar to the changes in #1608, I followed GitHub's documentation on how to configure .gitattributes to control which files are considered generated.

Before:

Screenshot 2024-05-28 at 9 54 35 AM

After:

the diff will simply appear