From 6cfe24beb2b442a7cefef8f36024c6090ceefba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B4=E8=B0=B7=E5=9C=AD=E5=90=BE?= Date: Tue, 15 Jun 2021 14:21:39 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a405c6ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +popcorn/Library/ +popcorn/Assets/StreamingAssets/Data/ +Temp/ +obj/ + +*/*.csproj +*/*.pidb +*/*.sln +*/*.userprefs + +*/.vscode +.vscode + +InitializeUnityEditorChecker.cs + +xcode/ + +.DS_Store +_DS_Store \ No newline at end of file