Начальный импорт: RunBsl — пакетное выполнение .bsl.

Внешняя обработка-обёртка для ENTERPRISE /Execute с передачей пути к BSL в /C.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9 changed files with 278 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Единые правила для репозиториев выгрузки 1С (Configurator / EDT).
# Канонический формат в git: UTF-8, LF. См. tools/git_1c/README.md
* text=auto
# Текстовые файлы выгрузки 1С
*.bsl text eol=lf
*.os text eol=lf
*.xml text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.json text eol=lf
*.ini text eol=lf
*.conf text eol=lf
VERSION text eol=lf
# Бинарные артефакты 1С
*.cf binary
*.cfe binary
*.epf binary
*.erf binary
*.ef binary
*.bin binary
*.cf.binary binary
*.mxl binary
# Справка и графика
*.html binary
*.htm binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary