Skip to content

Commit 4000a37

Browse files
committed
fix: don't ignore built c bindings
1 parent 63626ec commit 4000a37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
**/.editorconfig export-ignore
99
**/.styleci.yml export-ignore
1010
**/js/src export-ignore
11-
**/rs export-ignore
11+
**/rs/src export-ignore
12+
**/rs/*.* export-ignore
1213

1314
**/phpunit.xml export-ignore
1415
**/tests export-ignore

0 commit comments

Comments
 (0)