Skip to content

Commit

Permalink
Merge branch 'feat/v3.5' into merge-v3-to-v3.5-29.10.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-rebegea authored Oct 29, 2024
2 parents 9c6c0c8 + eb7fa9d commit 4b9b859
Show file tree
Hide file tree
Showing 122 changed files with 11,962 additions and 1,466 deletions.
42 changes: 37 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,44 @@
# Generated by Cargo
# will have compiled files and executables
/target/
**/target/**

# Remove Cargo.lock from the framework, but not from the wasm contracts.
# In contracts it helps with tracing builds.
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# The root Cargo.lock is kept for dependabot.
contracts/**/Cargo.lock
!contracts/**/wasm*/Cargo.lock
contracts/**/output*/
data/**/Cargo.lock
framework/**/Cargo.lock
sdk/**/Cargo.lock
tools/**/Cargo.lock
vm/**/Cargo.lock



# Coverage outputs
*.profraw
*.profdata
*.coverage
coverage.md

# These are backup files generated by rustfmt
**/*.rs.bk

# Local testnet files
**/deploy-testnet.interaction.json
# Editors config
.vscode
.zed
.idea

tags

# MultiversX IDE
**/node_modules
**/output/**
**/testnet/**
**/mxpy.data-storage.json
**/testnet/
**/deploy-child-sc-spam.json
**/*.interaction.json

# Python scripts
**/__pycache__/**
Loading

0 comments on commit 4b9b859

Please sign in to comment.