From d41dd53e6888ea25555768cb5e68ef58e2528923 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 24 Jun 2018 15:57:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=EF=BC=9A?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5abf3637..10c6347d 100644 --- a/.gitignore +++ b/.gitignore @@ -223,7 +223,7 @@ ClientBin/ *.publishsettings orleans.codegen.cs -# Including strong name files can present a security risk +# Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk @@ -319,7 +319,7 @@ __pycache__/ # OpenCover UI analysis results OpenCover/ -# Azure Stream Analytics local run output +# Azure Stream Analytics local run output ASALocalRun/ # MSBuild Binary and Structured Log @@ -328,11 +328,14 @@ ASALocalRun/ # NVidia Nsight GPU debugger configuration file *.nvuser -# MFractors (Xamarin productivity tool) working folder +# MFractors (Xamarin productivity tool) working folder .mfractor/ # MAC Files **/.DS_Store +# Windows db files +**/[tT]humbs.db + ###### -- Custom Ignore Section, Make sure all files you add to the git repo are below this line -- ######