From e646d860047a298754f39e2786aeecfb2cf4d930 Mon Sep 17 00:00:00 2001 From: zpc Date: Wed, 14 Jan 2026 14:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B4=BE=E6=8E=92=E9=99=A4?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c60eafb..b41960d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,40 @@ -################################################################################ -# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 -################################################################################ +# IDE +.idea/ +.vscode/ +.config/ +.vs/ +# Visual Studio +bin/ +obj/ +Debug/ +Release/ +*.user +*.suo +*.sln.docstates +.vs/ + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ + +# Node.js +node_modules/ +npm-debug.log +yarn-error.log +dist/ +.angular/ + +# Other +.settings/ +*.swf +*.air +*.ipa +*.apk