Stop tracking runtime settings.json (gitignore it)

settings.json is written by the game at runtime in the working dir and was
accidentally added; untrack it and gitignore /settings.json and /Saves/ (the local
file is kept so the game still reads it). .vscode/settings.json is unaffected.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Leonid Pershin
2026-06-15 00:24:11 +03:00
co-authored by Claude Opus 4.8
parent ccb7c960f9
commit 9f6b8a0554
2 changed files with 4 additions and 11 deletions
+4 -1
View File
@@ -417,4 +417,7 @@ FodyWeavers.xsd
# LittleSim
Cache/
# Рантайм-файлы (пишутся игрой в рабочем каталоге) — не версионируем
/settings.json
/Saves/
-10
View File
@@ -1,10 +0,0 @@
{
"Language": "ru",
"Fullscreen": false,
"VSync": true,
"Width": 1280,
"Height": 720,
"Volume": 1,
"UiScale": 1,
"DeveloperMode": true
}