53 lines
550 B
Plaintext
53 lines
550 B
Plaintext
# Node / package managers
|
|
node_modules/
|
|
**/node_modules/
|
|
.pnpm-debug.log
|
|
|
|
# pnpm store (if present locally)
|
|
.pnpm-store/
|
|
.pnpm/
|
|
|
|
# Build outputs
|
|
dist/
|
|
**/dist/
|
|
build/
|
|
**/build/
|
|
out/
|
|
**/out/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*.local
|
|
.env.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
logs/
|
|
*.log
|
|
|
|
# Caches
|
|
.cache/
|
|
.vite/
|
|
.turbo/
|
|
.turbo-cache/
|
|
coverage/
|
|
.eslintcache
|
|
|
|
# OS / Editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# Optional: ignore local build artifacts created by some tools
|
|
/.turbo
|
|
/.turbo/
|
|
|