From 1f705f9b82d60fa860db8f5ba9c9e6c1b7db6cd8 Mon Sep 17 00:00:00 2001 From: SEAN Date: Thu, 16 Oct 2025 12:58:07 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..75451d720 --- /dev/null +++ b/.gitignore @@ -0,0 +1,78 @@ +# This file is generated by Unity. It is recommended to NOT modify this file. +# Generated by Unity 2022.3.13f1 + +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ll]ogs/ +/[Uu]ser[Ss]ettings/ + + +# MemoryCaptures can be excessive in size. +# They also could contain sensitive data +/[Mm]emoryCaptures/ + +# Asset meta data should only be ignored when the asset is not tracked +!/[Aa]ssets/**/*.meta + +*[Rr]ecovery*/ +*[Rr]ecovery* +# Uncomment this line if you wish to ignore the asset store tools plugin +# /[Aa]ssets/AssetStoreTools* + +# Autogenerated Jetbrains Rider plugin +[Aa]ssets/Plugins/Editor/JetBrains* + +# Unity3D generated recovery files +/[Rr]ecovery*/ + + +# Visual Studio cache files +.vs/ +.vscode/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.mdb +*.opendb +*.VC.db + +# Unity Crash Handler +mono_crash.* + +# Unity3D generated meta files +*.pidb.meta +*.pdb.meta +*.mdb.meta + +# Autogenerated meta files +*.pidb.meta +*.pdb.meta + +# Unity3D Generated File On Crash Reports +sysinfo.txt + +# Builds +*.apk +*.aab +*.unitypackage +*.app + +# Crashlytics generated file +crashlytics-build.properties + +# MAC TRASH +.DS_Store +.DS_Store? +._* +.idea \ No newline at end of file