100 lines
998 B
Plaintext
100 lines
998 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
|
|
.pnp.cjs
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
|
|
# Testing
|
|
/coverage
|
|
/.nyc_output
|
|
|
|
# Next.js
|
|
/.next/
|
|
/out/
|
|
/.swc
|
|
.next/
|
|
out/
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Environment variables
|
|
.env*.local
|
|
.env
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Package managers
|
|
package-lock.json
|
|
yarn.lock
|
|
bun.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Build outputs
|
|
.next
|
|
out
|
|
|
|
# Local development
|
|
.cache
|
|
.temp
|
|
.tmp
|
|
|
|
# Testing
|
|
/coverage
|
|
/__tests__/__snapshots__/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Misc
|
|
*.pem
|
|
*.p12
|
|
*.key
|
|
*.crt
|
|
*.cer
|
|
*.p7b
|
|
*.p7c
|
|
*.p7s
|
|
*.pfx
|
|
*.der
|
|
*.sst
|
|
*.stl
|