From 76a0af6f8722673d3648604d7ae7c7acb3818f52 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sun, 2 Dec 2018 14:34:19 -0800 Subject: Ignore temp vs folder --- .gitignore | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7023fb3..a768209 100644 --- a/.gitignore +++ b/.gitignore @@ -221,7 +221,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 @@ -317,7 +317,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 @@ -326,5 +326,8 @@ ASALocalRun/ # NVidia Nsight GPU debugger configuration file *.nvuser -# MFractors (Xamarin productivity tool) working folder -.mfractor/ \ No newline at end of file +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Misc +enc_temp_folder/ -- cgit 1.4.1