refactor: git ignore all tools/agents startsWith _ (#130)

This commit is contained in:
sigoden
2024-11-29 18:16:36 +08:00
committed by GitHub
parent ecf7233401
commit 139bd5a3f6
4 changed files with 21 additions and 11 deletions
+2 -1
View File
@@ -500,8 +500,9 @@ install() {
}
# @cmd Create a boilplate tool script
# @alias tool:create
# @arg args~
create() {
create@tool() {
./scripts/create-tool.sh "$@"
}