# Whitelist-only: игнорируем всё в корне инстанса, кроме перечисленного ниже /* !.gitignore # --- Клиент (корень инстанса) --- !/config/ !/kubejs/ !/mods/ !/resourcepacks/ !/shaderpacks/ !/manifest.json !/minecraftinstance.json !/modlist.html !/PupaMLupa.json !/TLauncherAdditional.json !/.curseclient !/config/** !/kubejs/** !/mods/** !/resourcepacks/** !/shaderpacks/** # --- Сервер --- !/Server/ /Server/* !/Server/config/ !/Server/kubejs/ !/Server/mods/ !/Server/global_data_pack/ !/Server/install_java.ps1 !/Server/install_java.sh !/Server/start.bat !/Server/start.ps1 !/Server/sync-mods-from-client.ps1 !/Server/extract-missing-ru-translations.ps1 !/Server/install-service.sh !/Server/start.sh !/Server/variables.txt !/Server/manifest.json !/Server/server.properties.example !/Server/config/** !/Server/kubejs/** !/Server/mods/** !/Server/global_data_pack/** # сервер: реальный server.properties локальный; эталон в server.properties.example /Server/server.properties # клиент: локально перезаписываемые настройки (после !/config/**) /config/iris.properties /config/fabric/indigo-renderer.properties