๐Ÿ“ฆ nuke-web3 / ch-contract

๐Ÿ“„ .gitignore ยท 10 lines
1
2
3
4
5
6
7
8
9
10# Ignore build artifacts from the local tests sub-crate.
/target/

# Ignore backup files creates by cargo fmt.
**/*.rs.bk

# Remove Cargo.lock when creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock