mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-13 14:25:17 +03:00
43333f1481
7 skills for working with 1C external data processor XML sources: - epf-init: scaffold a new processor (root XML + ObjectModule.bsl) - epf-add-form: add a managed form with BSL module - epf-add-template: add a template (HTML/Text/SpreadsheetDocument/BinaryData) - epf-remove-form: remove a form and update root XML - epf-remove-template: remove a template and update root XML - epf-build: build EPF from XML (documentation only) - epf-dump: dump EPF to XML (documentation only) Includes XML format spec and build/dump command reference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
# Реальные выгрузки обработок (примеры, не для версионирования)
|
|
upload/
|
|
|
|
# Результаты сборки
|
|
build/
|
|
base/
|
|
*.epf
|
|
*.log
|
|
|
|
# Временные файлы тестов
|
|
test-tmp/
|