Exclusion of files from lines of code statistics. Improvements in Contributions.

New in this release:

  • Exclusion of files from lines of code statistics.
  • Improvements in the repository selector in the Contributions graph.


Exclusion of files from lines of code statistics

Now it is possible to exclude files from lines of code statistics shown in the Contributors graph and the Code Frequency graph.

Users can enter patterns in .gitignore format telling what files and directories should be excluded from lines of code statistics of the repository. It is also possible to include only files with selected extensions or from selected folders (and exclude all other files).

This feature will help users to get more accurate lines of code statistics if they don't want to count third-party libraries, documents, or automatically generated files (i.e. generated Perl modules that are created from examining the database schema).

Learn more



Improvements in the repository selector in the Contributions graph

Two new improvements were made in the repository selector in the Contributions graph:

  • To scroll the list of repositories.
  • To search for a particular repository.

These improvements will be useful while viewing the Contributions graph for users who contributed to many repositories.