diff --git a/.gitignore b/.gitignore index 4045fd6..2c65d74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,13 @@ +### Rust ### +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# Substreams spkg files are build artifacts +*.spkg + +.env +.vscode .idea -.vscode/ +*.log