Доработка звука

This commit is contained in:
Maxim
2026-07-03 09:20:18 +03:00
parent 594a62a9f6
commit 19c1919fc5
3 changed files with 250 additions and 0 deletions

31
.gitattributes vendored Normal file
View File

@@ -0,0 +1,31 @@
# 1. Глобальное правило по умолчанию
# Назначает автоматическую обработку текста: в репозитории ВСЕГДА будет LF.
* text=auto eol=lf
# 2. Явное указание текстовых файлов для исходного кода и конфигураций
*.go text eol=lf
*.ts text eol=lf
*.js text eol=lf
*.json text eol=lf
*.html text eol=lf
*.css text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.conf text eol=lf
*.service text eol=lf
*.socket text eol=lf
*.mod text eol=lf
*.py text eol=lf
*.c text eol=lf
*.h text eol=lf
Makefile text eol=lf
makefile text eol=lf
# 3. Исключения для бинарных файлов (чтобы Git не пытался менять в них байты)
*.png binary
*.woff2 binary
*.woff binary
*.ttf binary
*.gz binary
# папка build и файлы внутри debian часто содержат бинарники или генерируемые файлы
build/* binary