59b98bcd36
* nextjs project * new structure under Web3Modal * Add Web3Modal + Wagmi v2 example in React (#422) * refactor next * remove logs * update example * add custom button * add custom button * Update dapps/web3modal/react/package.json --------- Co-authored-by: Blessing Samuel <samuelblessing125@gmail.com>
25 lines
253 B
Plaintext
25 lines
253 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|