mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
12f4029610
* feat: telegram use parse mode ModeMarkdownV2 instead of ModeHTML * handle expandable block quotation starts, add test for all md2 formats * fix: linter issue * feat: added flag use_markdown_v2, corrected config, updated documentation * move parseChatID to parser_markdown_to_html * fix: tests and linter issues * fix: case with ~ * test: fixed Test_markdownToTelegramMarkdownV2 * fix: regex block-quote line > * fix: linter issues * fix: send chunk param mismatched, in edit msg use HTML parse mode too * fix: remove from .gitignore redundant comment
62 lines
687 B
Plaintext
62 lines
687 B
Plaintext
# Binaries
|
|
# Go build artifacts
|
|
bin/
|
|
build/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
/picoclaw
|
|
/picoclaw-test
|
|
cmd/**/workspace
|
|
|
|
# Picoclaw specific
|
|
|
|
# PicoClaw
|
|
.picoclaw/
|
|
config.json
|
|
sessions/
|
|
build/
|
|
|
|
# Coverage
|
|
|
|
# Secrets & Config (keep templates, ignore actual secrets)
|
|
.env
|
|
config/config.json
|
|
|
|
# Test
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Ralph workspace
|
|
ralph/
|
|
.ralph/
|
|
tasks/
|
|
|
|
# Plans
|
|
docs/plans/
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Added by goreleaser init:
|
|
dist/
|
|
*.vite/
|
|
|
|
# Windows Application Icon/Resource
|
|
*.syso
|
|
|
|
# Test telegram integration
|
|
cmd/telegram/
|
|
|
|
# Keep embedded backend dist directory placeholder in VCS
|
|
!web/backend/dist/
|
|
web/backend/dist/*
|
|
!web/backend/dist/.gitkeep
|