mirror of
https://github.com/larksuite/cli.git
synced 2026-07-03 14:02:43 +08:00
* feat: support docs create title option Change-Id: I6fd840fe813e5e664ea9ec680765fd41375cdebf * docs: refine docs title guidance Change-Id: I2f986a4606729bc791a1bff6c03aaa198b0798dc * docs: keep lark doc skill create example Change-Id: Ic7005e015c9e71a4582c1f4a8ac8222d552426d4 * test: allow docs create title flag in help Change-Id: I0226e20c6bf2187eb6c4f0d2d5e37ab9225d4171
55 lines
497 B
Plaintext
55 lines
497 B
Plaintext
# Build output
|
|
/lark-cli*
|
|
.cache/
|
|
dist/
|
|
bin/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Python (skill-bundled helper scripts)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Go
|
|
docs/ref
|
|
docs/
|
|
vendor/
|
|
|
|
|
|
#test
|
|
test_scripts/
|
|
tests/mail/reports/
|
|
|
|
/log/
|
|
|
|
|
|
# Generated / test artifacts
|
|
.hammer/
|
|
.lark-slides/
|
|
/notes/
|
|
/minutes/
|
|
internal/registry/meta_data.json
|
|
cmd/api/download.bin
|
|
app.log
|
|
/sidecar-server-demo
|
|
/server-demo
|
|
.tmp/
|
|
cover*.out
|
|
|
|
lark-env.sh
|
|
/automations/
|