From 60554470e65d907976e6fcd1792cdfe05ed59d5a Mon Sep 17 00:00:00 2001 From: Sasha Weiss Date: Thu, 21 May 2026 13:46:08 -0700 Subject: [PATCH] Add debuglogs/ to the gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d7b2bfc255..14fc414b12 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,9 @@ Index/ *.sdsjson Scripts/sds_codegen/sds-includes/* +# Logs +debuglogs/ + /.idea /.vscode