39 lines
305 B
Plaintext
39 lines
305 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
|
|
# Runtime
|
|
dist/
|
|
build/
|
|
.next/
|
|
.output/
|
|
.nuxt/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
*.log
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Build outputs
|
|
*.tsbuildinfo
|
|
|
|
# pnpm
|
|
.pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|