From 1b7d61c3902e55c2c66aac7a9f5fa495ea5fec33 Mon Sep 17 00:00:00 2001 From: fengjiayi <12821976+ning_xi@user.noreply.gitee.com> Date: Mon, 5 Aug 2024 10:11:48 +0800 Subject: [PATCH] =?UTF-8?q?git=E7=BB=83=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56f5651 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# 排除 Visual Studio 相关文件夹 +.vs/ +*.user +*.suo + +# 排除编译输出文件夹 +bin/ +obj/ + +# 排除其他常见的文件 +*.log +*.tmp +*.bak +*.swp + +# 排除库文件 +*.dll +*.exe + +# 排除发布文件夹 +.Output/ +/.git1