wallet-connect-web-examples/dapps/web3modal/next/.gitignore
Glitch 59b98bcd36
Web3Modal + Wagmi v2 Example in Next.js App Router (#419)
* 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>
2024-01-25 16:35:15 -03:00

37 lines
391 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts