mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-02-05 20:13:56 +00:00
3def4811ff
This is so we can run `slither .` in any of our projects.
19 lines
163 B
Plaintext
19 lines
163 B
Plaintext
# directories
|
|
broadcast
|
|
cache
|
|
lib
|
|
node_modules
|
|
out
|
|
|
|
# files
|
|
*.env
|
|
*.log
|
|
.DS_Store
|
|
.pnp.*
|
|
lcov.info
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
|
|
slither.config.json
|