mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-21 23:47:56 +00:00
67c2f2b4e8
* Update Fuzzing: * add coverage generation * fix block numeration error * fix AFL build error * add an EVM run * toml sort * fix unexistent call
33 lines
390 B
Plaintext
33 lines
390 B
Plaintext
**/target/
|
|
/.idea
|
|
.DS_Store
|
|
.thumbs.db
|
|
.vscode
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Documentation
|
|
docs/node_modules
|
|
docs/build
|
|
|
|
# zombienet stuff
|
|
**/zombienet-macos-arm64
|
|
**/zombienet-macos-x64
|
|
**/zombienet-linux-arm64
|
|
**/zombienet-linux-x64
|
|
**/bin-*
|
|
|
|
coverage
|
|
|
|
# fuzzing output
|
|
**/template-fuzzer/output |