Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
neotheprogramist committed Jan 12, 2024
1 parent ae5fc9b commit 08f55b0
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/

0 comments on commit 08f55b0

Please sign in to comment.