Skip to content

Commit 881b6e9

Browse files
committed
Auto-generated commit
1 parent b8b3438 commit 881b6e9

File tree

4 files changed

+32
-8
lines changed

4 files changed

+32
-8
lines changed

Diff for: .gitattributes

+23-6
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,27 @@
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+
*.R linguist-vendored
64+
65+
# Configure files which should be included in GitHub language statistics:
66+
docs/types/*.d.ts -linguist-documentation

Diff for: .github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-05-01T00:30:43.203Z

Diff for: CONTRIBUTORS

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Adarsh Palaskar <[email protected]>
66
Aditya Sapra <[email protected]>
77
AgPriyanshu18 <[email protected]>
8+
Aleksandr <[email protected]>
89
Ali Salesi <[email protected]>
910
Aman Bhansali <[email protected]>
1011
Amit Jimiwal <[email protected]>
@@ -18,6 +19,7 @@ Chinmay Joshi <[email protected]>
1819
Christopher Dambamuromo <[email protected]>
1920
2021
Daniel Killenberger <[email protected]>
22+
Daniel Yu <[email protected]>
2123
Dominik Moritz <[email protected]>
2224
Dorrin Sotoudeh <[email protected]>
2325
EuniceSim142 <[email protected]>
@@ -69,8 +71,11 @@ Seyyed Parsa Neshaei <[email protected]>
6971
Shashank Shekhar Singh <[email protected]>
7072
7173
Shraddheya Shendre <[email protected]>
74+
Shubh Mehta <[email protected]>
7275
Shubham Mishra <[email protected]>
76+
Sivam Das <[email protected]>
7377
Snehil Shah <[email protected]>
78+
Soumajit Chatterjee <[email protected]>
7479
Spandan Barve <[email protected]>
7580
Stephannie Jiménez Gacha <[email protected]>
7681
Suraj kumar <[email protected]>
@@ -83,4 +88,5 @@ Yernar Yergaziyev <[email protected]>
8388
8489
nishant-s7 <[email protected]>
8590
orimiles5 <[email protected]>
91+
8692

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
209209
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-replace-after-last.svg
210210
[npm-url]: https://npmjs.org/package/@stdlib/string-base-replace-after-last
211211

212-
[test-image]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=v0.1.0
213-
[test-url]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:v0.1.0
212+
[test-image]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=main
213+
[test-url]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:main
214214

215215
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-replace-after-last/main.svg
216216
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-replace-after-last?branch=main

0 commit comments

Comments
 (0)