53 lines
415 B
Plaintext
53 lines
415 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
.pnpm-store/
|
|
.pnpm-debug.log
|
|
|
|
# Testing
|
|
coverage/
|
|
*.lcov
|
|
|
|
# Production
|
|
build/
|
|
dist/
|
|
.next/
|
|
out/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Hardhat
|
|
cache/
|
|
artifacts/
|
|
typechain-types/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
Thumbs.db
|
|
|