Files
foundry-template/.prettierignore
r4bbit 2d059c0232 chore: add slither config
This is so we can run `slither .` in any of our projects.
2023-09-06 15:38:43 +02:00

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