From 53d681211aad698bfc8f44e103f7ac4779871140 Mon Sep 17 00:00:00 2001 From: Mario Apra Date: Wed, 30 Oct 2024 11:55:06 +0000 Subject: [PATCH] Add debug-related files to .gitignore Ignored log and state files generated during Juno debugging in VS Code. Prevents clutter and accidental commits of temporary debug files. --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cde2346456..a6a45a764d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,12 @@ config/ # Default path for Juno DB files. It will get created if you follow the # README and/or run `./build/juno` command. /juno/ -p2p-dbs \ No newline at end of file +p2p-dbs + +# Files created when debugging Juno. It will get created if you use the vscode debugger +*.log +*.sst +MANIFEST-* +OPTIONS-* +CURRENT +LOCK