mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-07 21:34:03 -05:00
43 lines
532 B
Plaintext
43 lines
532 B
Plaintext
.env
|
|
#Hardhat files
|
|
cache
|
|
artifacts
|
|
node_modules
|
|
dist/
|
|
build/
|
|
.vscode
|
|
.idea
|
|
/.VSCodeCounter/
|
|
/types
|
|
/typechain-types
|
|
/tasks/unpause.ts
|
|
/tasks/create-profile.ts
|
|
/tasks/post.ts
|
|
/tasks/follow.ts
|
|
/tasks/collect.ts
|
|
/tasks/test-module.ts
|
|
|
|
/coverage*
|
|
coverage.json
|
|
.coverage_artifacts
|
|
.coverage_cache
|
|
.coverage_contracts
|
|
lcov*
|
|
|
|
# Compiler files
|
|
forge-cache/
|
|
out/
|
|
|
|
docs/
|
|
|
|
# Ignores development broadcast logs
|
|
!/broadcast
|
|
/broadcast/*/31337/
|
|
/broadcast/**/dry-run/
|
|
|
|
contracts/core/modules/follow/SecretCodeFollowModule.sol
|
|
|
|
.DS_Store
|
|
|
|
/svgs
|