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 Contributorsgraph and the Code Frequencygraph.
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).