From bfb949ca5fd2864f3756d8d8b1b87f80e06febb4 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 1 Mar 2021 22:58:25 -0600 Subject: [PATCH] Ignore VSCode logs files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3cf4144..6d86e4a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ # vendor/ .lumerc +.vscode/configurationCache.log +.vscode/dryrun.log +.vscode/targets.log