File tree Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 4040* .mov binary
4141
4242# Override what is considered "vendored" by GitHub's linguist:
43- /deps /** linguist-vendored =false
44- /lib /node_modules /** linguist-vendored =false linguist-generated =false
45- test /fixtures /** linguist-vendored =false
46- tools /** linguist-vendored =false
43+ /lib /node_modules /** - linguist-vendored - linguist-generated
4744
48- # Override what is considered "documentation" by GitHub's linguist:
49- examples /** linguist-documentation =false
45+ # Configure directories which should *not* be included in GitHub language statistics:
46+ /deps /** linguist-vendored
47+ /dist /** linguist-generated
48+ /workshops /** linguist-vendored
49+
50+ benchmark /** linguist-vendored
51+ docs /* linguist-documentation
52+ etc /** linguist-vendored
53+ examples /** linguist-documentation
54+ scripts /** linguist-vendored
55+ test /** linguist-vendored
56+ tools /** linguist-vendored
57+
58+ # Configure files which should *not* be included in GitHub language statistics:
59+ Makefile linguist-vendored
60+ * .mk linguist-vendored
61+ * .jl linguist-vendored
62+ * .py linguist-vendored
63+
64+ # Configure files which should be included in GitHub language statistics:
65+ docs /types /* .d.ts - linguist-documentation
Original file line number Diff line number Diff line change 55Adarsh Palaskar <adarshpalaskar99@gmail.com>
66Aditya Sapra <adityaework@gmail.com>
77AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
8+ Aleksandr <112382387+alextes90@users.noreply.github.com>
89Ali Salesi <ali_sal1381@yahoo.com>
910Aman Bhansali <bhansali.1@iitj.ac.in>
1011Amit Jimiwal <amitjimiwal45@gmail.com>
@@ -69,8 +70,10 @@ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
6970Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7071Shivam <11shivam00@gmail.com>
7172Shraddheya Shendre <shendreshraddheya@gmail.com>
73+ Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7274Shubham Mishra <shubh622005@gmail.com>
7375Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
76+ Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
7477Spandan Barve <contact@marsian.dev>
7578Stephannie Jiménez Gacha <steff456@hotmail.com>
7679Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
@@ -83,4 +86,5 @@ Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
8386naveen <stupiddint@gmail.com>
8487nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
8588orimiles5 <97595296+orimiles5@users.noreply.github.com>
89+ rainn <88160429+AmCodesLame@users.noreply.github.com>
8690rei2hu <reimu@reimu.ws>
Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ str = lastCodePoint( '六书/六書', 3 );
121121
122122<section class =" related " >
123123
124-
125124</section >
126125
127126<!-- /.related -->
@@ -165,8 +164,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
165164[ npm-image ] : http://img.shields.io/npm/v/@stdlib/string-base-last-code-point.svg
166165[ npm-url ] : https://npmjs.org/package/@stdlib/string-base-last-code-point
167166
168- [ test-image ] : https://github.com/stdlib-js/string-base-last-code-point/actions/workflows/test.yml/badge.svg?branch=v0.1.0
169- [ test-url ] : https://github.com/stdlib-js/string-base-last-code-point/actions/workflows/test.yml?query=branch:v0.1.0
167+ [ test-image ] : https://github.com/stdlib-js/string-base-last-code-point/actions/workflows/test.yml/badge.svg?branch=main
168+ [ test-url ] : https://github.com/stdlib-js/string-base-last-code-point/actions/workflows/test.yml?query=branch:main
170169
171170[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/string-base-last-code-point/main.svg
172171[ coverage-url ] : https://codecov.io/github/stdlib-js/string-base-last-code-point?branch=main
@@ -200,7 +199,6 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
200199
201200<!-- <related-links> -->
202201
203-
204202<!-- </related-links> -->
205203
206204</section >
You can’t perform that action at this time.
0 commit comments