Files
solace-bg-dubai/.gitignore
defiQUG c94eb595f8
Some checks failed
CI / lint-and-test (push) Has been cancelled
Initial commit: add .gitignore and README
2026-02-09 21:51:53 -08:00

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