From e54ec5cfd510165c008eb3ff55b66fd918921eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=BE=D0=BC=D1=8F=D1=87=D0=BE=D0=BA?= Date: Thu, 8 Jan 2026 15:20:36 +0000 Subject: [PATCH 1/2] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..3b084397 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# stas-barecky + +Мобильная 2д игра по мотивам компьютерной игры "Rimworld" \ No newline at end of file From 54da8b12a61e6dcdf39dcb07e14ddf056110a1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=BE=D0=BC=D1=8F=D1=87=D0=BE=D0=BA?= Date: Thu, 8 Jan 2026 15:35:50 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B8=D0=B3=D0=BD=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Хомячок --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8aa67293 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[探]ogs/ +/[Uu]nityConfiguration.gen.asset +/[Mm]emoryCaptures/ + +# Ресурсы, которые генерируются автоматически +/[Aa]ssets/AssetStoreTools* + +# Файлы визуальной студии (VS) +.vs/ +*.csproj +*.sln +*.suo +*.user +*.userosscache +*.sln.docstates + +# Файлы Rider +.idea/ +*.sln.iml + +# Временные файлы ОС +.DS_Store +Thumbs.db + +# Логи Unity +sysinfo.txt +crash.dmp + +# Папка сборок +[Bb]uild/ +[Bb]uilds/ + +.plastic/ \ No newline at end of file