Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update excludes
  • Loading branch information
Yuria-Shikibe committed Mar 17, 2026
commit 1a70264f3444fcf15ff4f68b5ca7c547206e1fc5
2 changes: 1 addition & 1 deletion packages/m/mo_yanxi-react_flow/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package("mo_yanxi-react_flow")
add_urls(
"https://github.com/Yuria-Shikibe/mo_yanxi_react_flow/archive/refs/tags/$(version).tar.gz",
"https://github.com/Yuria-Shikibe/mo_yanxi_react_flow.git", {
excludes = {"*/properties/*"}
excludes = {"*/properties/*, */test/*, */examples/*, */benchmark/*"}
}
)

Expand Down