From 7862c9074ee8f75350f32394fa1a165d127cb646 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 1 Mar 2024 21:18:43 +0100 Subject: [PATCH] Update .gitignore. (#265) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore the 'pack' directory (which contains nupkgs after a build) and *.binlog files. Co-authored-by: Srdjan Jovčić --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38caf76..5d87ff8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ out bin obj packages +pack *.nuget.targets *.nuget.props *.lock.json @@ -11,4 +12,5 @@ packages *.cache .vs .* -log.txt \ No newline at end of file +log.txt +*.binlog