-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from multiversx/create-mock-contracts
Create mock contracts
- Loading branch information
Showing
64 changed files
with
9,098 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__/** |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.