Files
larksuite-cli/.gitignore
SunPeiYang996 1135fc2767 fix: remove unsupported docs fetch text format (#1109)
Change-Id: I1241ba6feede813c5bfec3e6820bc0886e39dc68
2026-05-26 21:55:42 +08:00

47 lines
390 B
Plaintext

# Build output
/lark-cli*
.cache/
dist/
bin/
# Node
node_modules/
# 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/
internal/registry/meta_data.json
cmd/api/download.bin
app.log
/sidecar-server-demo
/server-demo
.tmp/
cover*.out
lark-env.sh