mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
24 lines
502 B
YAML
24 lines
502 B
YAML
# Documentation files and directories are excluded from language
|
|
# statistics.
|
|
#
|
|
# Lines in this file are Regexps that are matched against the file
|
|
# pathname.
|
|
#
|
|
# Please add additional test coverage to
|
|
# `test/test_blob.rb#test_documentation` if you make any changes.
|
|
|
|
## Documentation directories ##
|
|
|
|
- ^docs?/
|
|
- (^|/)[Dd]ocumentation/
|
|
- (^|/)javadoc/
|
|
- ^man/
|
|
|
|
## Documentation files ##
|
|
|
|
- (^|/)CONTRIBUTING(\.|$)
|
|
- (^|/)COPYING(\.|$)
|
|
- (^|/)INSTALL(\.|$)
|
|
- (^|/)LICEN[CS]E(\.|$)
|
|
- (^|/)README(\.|$)
|