From 7cc6314ebe4d1e8e487086402671bff6f39ca0fe Mon Sep 17 00:00:00 2001 From: Tom <17379620@qq.com> Date: Fri, 16 Aug 2024 15:45:12 +0800 Subject: [PATCH] Default config --- .gitignore | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d17d52c..f7aa2a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,21 @@ -################################################################################ -# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 -################################################################################ +# Build and Release Folders +bin-debug/ +bin-release/ +[Oo]bj/ +[Bb]in/ -/bin -/obj/Debug -/.vs \ No newline at end of file +# Other files and folders +*.csproj.user + +# Executables +*.swf +*.air +*.ipa +*.apk +*.vcxproj.filters +*.vcxproj.user +*.pubxml.user + +# Projects +/.vs +/packages \ No newline at end of file