From 6d3dc23f1210b2e339c5ac70c887857880df8368 Mon Sep 17 00:00:00 2001 From: delorex <22_vector_11@mail.ru> Date: Wed, 20 May 2026 23:10:27 +0300 Subject: [PATCH] =?UTF-8?q?Update=20.gitignore:=20Unity=20PC/Android/iOS?= =?UTF-8?q?=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-кэш