46 lines
360 B
Plaintext
46 lines
360 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
dist
|
|
.next
|
|
out
|
|
build
|
|
*.tsbuildinfo
|
|
|
|
# Environment
|
|
.env
|
|
.env*.local
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Misc
|
|
.cache
|
|
.temp
|