From ae17d43e0ac2e911177cd108ea4fbdcf9dab8f12 Mon Sep 17 00:00:00 2001 From: delorex <22_vector_11@mail.ru> Date: Thu, 7 May 2026 21:20:29 +0300 Subject: [PATCH 1/2] Initial test via PowerShell --- README.md | Bin 0 -> 50 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d5d2059607533594409630c01b251db5fd83fefc GIT binary patch literal 50 xcmezWPnki1A%r27p_rir$Vy` Date: Wed, 20 May 2026 23:10:27 +0300 Subject: [PATCH 2/2] =?UTF-8?q?Update=20.gitignore:=20Unity=20PC/Android/i?= =?UTF-8?q?OS=20+=20=D0=BA=D1=80=D0=BE=D1=81=D1=81=D0=BF=D0=BB=D0=B0=D1=82?= =?UTF-8?q?=D1=84=D0=BE=D1=80=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=B0?= =?UTF-8?q?=D1=80=D1=82=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bb95a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,72 @@ +# ========================================== +# 🎮 Unity (критично для кроссплатформы) +# ========================================== +Library/ +Temp/ +obj/ +bin/ +Build/ +.vs/ +*.pidb +*.pdb.meta +!*.meta # ← : meta-файлы Unity ЯТЬЫ для версии! +ProjectSettings/ +Packages/ + +# ========================================== +# 💻 IDE / едакторы (Rider, VS Code, Android Studio) +# ========================================== +.idea/ +*.suo +*.user +*.userosscache +*.sln.docstates +Rider/ +.vscode/ +.reSharper/ + +# ========================================== +# 📱 латформенные артефакты (PC / Android / iOS) +# ========================================== +# Android +gradle/ +.gradle/ +local.properties +Assets/Plugins/Android/*.aab +Assets/Plugins/Android/*.apk +Assets/Plugins/Android/*.so + +# iOS +ios/ +macos/ +Assets/Plugins/iOS/*.xcodeproj +Assets/Plugins/iOS/*.xcworkspace + +# Windows / PC билды +*.exe +*.dll +*.pdb +*.appref-ms +*.crash + +# ========================================== +# 🖥️ перационные системы (Windows/macOS/Linux) +# ========================================== +Thumbs.db +ehthumbs.db +Desktop.ini +.BIN/ +.DS_Store +.Trashes +*.lnk + +# ========================================== +# 📦 оги, кэш, временные файлы +# ========================================== +*.log +*.tmp +*.temp +.cache/ +dist/ +out/ +node_modules/ # если используете npm для билдов или UPM-кэш