diff --git a/.gitignore b/.gitignore index f31942c..f107089 100644 --- a/.gitignore +++ b/.gitignore @@ -417,4 +417,7 @@ FodyWeavers.xsd # LittleSim Cache/ - +# Рантайм-файлы (пишутся игрой в рабочем каталоге) — не версионируем +/settings.json +/Saves/ + diff --git a/settings.json b/settings.json deleted file mode 100644 index edf9814..0000000 --- a/settings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Language": "ru", - "Fullscreen": false, - "VSync": true, - "Width": 1280, - "Height": 720, - "Volume": 1, - "UiScale": 1, - "DeveloperMode": true -} \ No newline at end of file