# Whitelist-only: игнорируем всё в корне инстанса, кроме перечисленного ниже
/*

!.gitignore

# --- Клиент (корень инстанса) ---
!/config/
!/mods/
!/resourcepacks/
!/shaderpacks/

!/manifest.json
!/minecraftinstance.json
!/modlist.html
!/PupaMLupa.json
!/TLauncherAdditional.json
!/.curseclient

!/config/**
!/mods/**
!/resourcepacks/**
!/shaderpacks/**

# --- Сервер ---
!/Server/

/Server/*
!/Server/config/
!/Server/mods/
!/Server/install_java.ps1
!/Server/install_java.sh
!/Server/start.bat
!/Server/start.ps1
!/Server/sync-mods-from-client.ps1
!/Server/start.sh
!/Server/variables.txt
!/Server/manifest.json
!/Server/server.properties.example

!/Server/config/**
!/Server/mods/**

# сервер: реальный server.properties локальный; эталон в server.properties.example
/Server/server.properties

# клиент: локально перезаписываемые настройки (после !/config/**)
/config/iris.properties
/config/fabric/indigo-renderer.properties
