From f4f0341d373ca1fe6bd47195c5de42ff7bfddeba Mon Sep 17 00:00:00 2001 From: "shiqian.wang" Date: Mon, 22 Jul 2024 11:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.gitignore b/.gitignore index d707f92..40778db 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,35 @@ /ICSSoft.FromERP/bin /ICSSoft.Test/obj /ICSSoft.Test/bin + +#Ignore thumbnails created by Windows +Thumbs.db +#Ignore files built by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +.vs/ +#Nuget packages folder +packages/