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