From f9073329b65baa27ee7f839e60c0396d21884d20 Mon Sep 17 00:00:00 2001 From: John Duprey Date: Wed, 23 Oct 2024 15:02:13 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 488789bd717d..1f85272ad618 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ out npm-debug.log* yarn-debug.log* yarn-error.log* + +# vscode debug logs +debug.log \ No newline at end of file