From d64f3f1d169ea6a78e1a9022e4f9fb5d4ca0b29d Mon Sep 17 00:00:00 2001 From: 如洲 陈 <1278080563@qq.com> Date: 星期五, 12 九月 2025 15:35:29 +0800 Subject: [PATCH] 平板附件查看 --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a58b847 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# ---------------------------- +# Visual Studio temporary files +# ---------------------------- +.vs/ +*.user +*.userosscache +*.suo +*.vpd +*.vsn +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +x64/ +x86/ +*.pidb +*.log +*.sdf +*.db + +# ---------------------------- +# Roslyn (C# compiler) caches +# ---------------------------- +*.ide/ + +# ---------------------------- +# Build results (bin/obj) +# ---------------------------- +**/bin/ +**/obj/ + +# ---------------------------- +# NuGet packages +# ---------------------------- +packages/ + +# ---------------------------- +# IDEs and editors +# ---------------------------- +*.swp +*~ +.DS_Store +Thumbs.db \ No newline at end of file -- Gitblit v1.9.3