-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
40 lines (40 loc) · 930 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
docs/* linguist-documentation
*.ipynb linguist-generated
*.html linguist-vendored
*.css linguist-vendored
*.scss linguist-vendored
#
# # 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 ##
#
# - ^[Dd]ocs?/
# - (^|/)[Dd]ocumentation/
# - (^|/)[Gg]roovydoc/
# - (^|/)[Jj]avadoc/
# - ^[Mm]an/
# - ^[Ee]xamples/
# - ^[Dd]emos?/
# - (^|/)inst/doc/
#
# ## Documentation files ##
#
# - (^|/)CITATION(\.cff|(S)?(\.(bib|md))?)$
# - (^|/)CHANGE(S|LOG)?(\.|$)
# - (^|/)CONTRIBUTING(\.|$)
# - (^|/)COPYING(\.|$)
# - (^|/)INSTALL(\.|$)
# - (^|/)LICEN[CS]E(\.|$)
# - (^|/)[Ll]icen[cs]e(\.|$)
# - (^|/)README(\.|$)
# - (^|/)[Rr]eadme(\.|$)
#
# # Samples folders
# - ^[Ss]amples?/