diff --git a/.gitignore b/.gitignore index 73aa31e6..d302c1e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,15 @@ -target +# Sys files +**/.DS_Store + +# Scarb and Starknet Foundry +**/target .snfoundry_cache/ + +# Starkli +**/account.json +**/keystore.json + +# All Contributors CLI +package.json +yarn.lock +node_modules/