From 4fc84e6a97fa50aa410f3e34ea404815ba0e4376 Mon Sep 17 00:00:00 2001 From: Harrison Date: Wed, 27 May 2020 10:24:47 -0500 Subject: [PATCH] Updated gitignore to ignore .log files. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ebc283c..6fb5680 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ # Ignore all local history of files .history -# End of https://www.gitignore.io/api/git,dotnetcore,visualstudiocode \ No newline at end of file +# End of https://www.gitignore.io/api/git,dotnetcore,visualstudiocode +**/*.Log