mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-13 09:24:55 +03:00
68e346d645
- detectFormScript: lower modal threshold from >=2 to >=1 visible elements - clickElement: force:true on third retry when surface overlay persists - filterList/unfilterList: add SearchString pattern for selection forms - fillTableRow: wrap body in try/catch for structured error returns - SKILL.md: add keyboard shortcuts reference (F8, Shift+F4, F4, Alt+F) - gitignore: exclude *.png screenshot artifacts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
736 B
Plaintext
28 lines
736 B
Plaintext
# Реальные выгрузки обработок (примеры, не для версионирования)
|
|
upload/
|
|
|
|
# Результаты сборки
|
|
build/
|
|
base/
|
|
*.epf
|
|
*.log
|
|
|
|
# Временные файлы тестов
|
|
test-tmp/
|
|
|
|
# Локальные настройки Claude Code
|
|
.claude/settings.local.json
|
|
|
|
# Инструменты (portable Apache и т.д.)
|
|
tools/
|
|
|
|
# Локальный реестр баз данных 1С
|
|
.v8-project.json
|
|
|
|
# web-test: Node.js зависимости и runtime-артефакты
|
|
.claude/skills/web-test/scripts/node_modules/
|
|
.claude/skills/web-test/.browser-session.json
|
|
|
|
# Скриншоты (артефакты тестирования web-test)
|
|
*.png
|