mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-10 09:58:00 -05:00
- define properties and invariants - implement a Medusa-based fuzzing campaign --------- Co-authored-by: drgorillamd <83670532+drgorillamd@users.noreply.github.com> Co-authored-by: moebius <0xmoebius@protonmail.com>
29 lines
326 B
Plaintext
29 lines
326 B
Plaintext
# General
|
|
yarn-error.log
|
|
node_modules
|
|
.DS_STORE
|
|
.vscode
|
|
|
|
# Foundry files
|
|
cache
|
|
out-via-ir
|
|
|
|
# Config files
|
|
.env
|
|
|
|
# Avoid ignoring gitkeep
|
|
!/**/.gitkeep
|
|
|
|
# Keep the latest deployment only
|
|
broadcast/*/*/*
|
|
|
|
# Out dir
|
|
out
|
|
crytic-export
|
|
|
|
# Echidna corpus
|
|
test/invariants/fuzz/echidna_coverage
|
|
*/**/corpus
|
|
|
|
# Coverage files
|
|
lcov.info |