Files
PupaMLupa/.gitignore
T

53 lines
1.1 KiB
Plaintext

# 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/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/kubejs/**
!/Server/mods/**
# сервер: реальный server.properties локальный; эталон в server.properties.example
/Server/server.properties
# клиент: локально перезаписываемые настройки (после !/config/**)
/config/iris.properties
/config/fabric/indigo-renderer.properties