Skip to content

Commit

Permalink
Add debug-related files to .gitignore
Browse files Browse the repository at this point in the history
Ignored log and state files generated during Juno debugging in VS Code.
Prevents clutter and accidental commits of temporary debug files.
  • Loading branch information
derrix060 committed Nov 5, 2024
1 parent e4240ac commit 3e1dcf2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
p2p-dbs

# Files created when debugging Juno. It will get created if you use the vscode debugger
*.log
*.sst
MANIFEST-*
OPTIONS-*
CURRENT
LOCK

0 comments on commit 3e1dcf2

Please sign in to comment.