/
AlexandrNarbaev
/
opencode_initializer
Обзор
Документация
Войти
/
AlexandrNarbaev
/
opencode_initializer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
.gitattributes
21 строка
419 B
Alexandr Narbaev
v1.0.0: Initial public release
22 июн 2026, 11:27
22 июн 2026, 11:27
9c853aa
Код
Авторство
О чём код?
# Auto-detect text files, normalize to LF * text=auto eol=lf # Shell scripts — always LF *.sh text eol=lf # Documentation — always LF *.md text eol=lf # Config files *.json text eol=lf *.yml text eol=lf *.yaml text eol=lf # OpenCode architecture files — vendored (not our code) .opencode/* linguist-vendored # Excluded from release archives tests/ export-ignore docs/ export-ignore migrations/ export-ignore