mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-23 11:38:40 +00:00
The ultimate goal will be to move the contracts package into its own repository that's based on our foundry template. This commit adds foundry template config files and removes legacy hardhat stuff.
22 lines
191 B
Plaintext
22 lines
191 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
|
|
|
|
package.json
|
|
.solhint.json
|
|
slither.config.json
|
|
|