From 342b948935ef9b2077e0350596dd0db405bad5b0 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Mon, 9 Sep 2019 16:13:10 +0100 Subject: [PATCH] (maint) Add .dotnet to .gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e17b757..30389ea 100644 --- a/.gitignore +++ b/.gitignore @@ -302,7 +302,9 @@ __pycache__/ # End of https://www.gitignore.io/api/cake,visualstudio -# Project specific +# Project specific BuildArtifacts/ -config.wyam.* \ No newline at end of file +config.wyam.* + +.dotnet