Update .gitignore to include server.properties.example as a template and retain server.properties for local configurations, enhancing clarity for server setup.
This commit is contained in:
+4
-1
@@ -34,11 +34,14 @@
|
||||
!/Server/start.sh
|
||||
!/Server/variables.txt
|
||||
!/Server/manifest.json
|
||||
!/Server/server.properties
|
||||
!/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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Minecraft server properties
|
||||
#Fri May 08 01:19:03 MSK 2026
|
||||
#Fri May 08 01:24:08 MSK 2026
|
||||
accepts-transfers=false
|
||||
allow-flight=false
|
||||
allow-nether=true
|
||||
Reference in New Issue
Block a user