/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
.gitattributes
25 строк
622 B
Andrew Duthie
Testing: Test across OS and Node.js version for commits to trunk (#72946)
04 ноя 2025, 21:00
Не верифицирован
04 ноя 2025, 21:00
91f2a2a
Код
Авторство
О чём код?
# Set the default behavior, in case people don't have `core.autocrlf` set. * text=auto eol=lf # Windows bat files in mobile/android. *.bat -text # Denote all files that are truly binary and should not be modified. *.aar binary *.gif binary *.jar binary *.jpg binary *.png binary *.ttf binary # Directories with vendored code. packages/edit-site/lib/** linguist-vendored # The changelog.txt file is authored as markdown. changelog.txt linguist-language=Markdown # Flag docs directory as documentation for GitHub stats. docs/** linguist-documentation # TSConfig files use jsonc. tsconfig*.json linguist-language=jsonc