Update .gitignore to include options.txt for better resource management.

This commit is contained in:
Leonid Pershin
2026-05-08 11:11:49 +03:00
parent 0d6d30fa7b
commit b493b1c671
6 changed files with 343 additions and 0 deletions
@@ -0,0 +1,11 @@
# PupaMLupa Translations
Папка-заготовка для локализаций модов.
Клади переводы по пути:
`assets/<modid>/lang/ru_ru.json`
Пример:
`assets/quark/lang/ru_ru.json`
@@ -0,0 +1 @@
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 34,
"description": "PupaMLupa: переводы модов (ru_ru)"
}
}