From af5e903b82e0aeeca88b2caa1738f75df616293d Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 10 May 2022 11:39:44 -0400 Subject: [PATCH] .vscode/.gitignore ignore all log files --- .vscode/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/.gitignore b/.vscode/.gitignore index 976b187e0f..9c5e791626 100644 --- a/.vscode/.gitignore +++ b/.vscode/.gitignore @@ -9,3 +9,5 @@ launch.json ipch/ browse.vc.db* + +*.log