From 08f55b04f26991c62ac02c35ec492c795d3d8a61 Mon Sep 17 00:00:00 2001 From: Neo Date: Fri, 12 Jan 2024 10:26:05 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bbbb56529..7eb824ff2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ -.snfoundry_cache/ +**/.venv +**/__pycache__ # Generated by Cargo # will have compiled files and executables **/debug/ **/target/ +**/abi/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html @@ -13,13 +15,23 @@ **/*.rs.bk # MSVC Windows builds of rustc generate these, which store debugging information -*.pdb +**/*.pdb + +# Envs +**/.cargo/ # Scarb **/Scarb.lock -# vscode +# StarkNet Foundry +**/.snfoundry_cache/ + +# IDEs and editors **/.vscode/ +**/.idea/ + +# Logs +**/log/ # Resources resources/