45 lines
420 B
Plaintext
45 lines
420 B
Plaintext
|
|
node_modules/
|
||
|
|
.pnp/
|
||
|
|
.pnp.js
|
||
|
|
.yarn/
|
||
|
|
.yarn/cache
|
||
|
|
.yarn/unplugged
|
||
|
|
.yarn/build-state.yml
|
||
|
|
.yarn/install-state.gz
|
||
|
|
|
||
|
|
# Build outputs
|
||
|
|
.next/
|
||
|
|
out/
|
||
|
|
.turbo/
|
||
|
|
dist/
|
||
|
|
build/
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
*.log
|
||
|
|
logs/
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
|
||
|
|
# TypeScript
|
||
|
|
*.tsbuildinfo
|
||
|
|
|
||
|
|
# Test artifacts
|
||
|
|
coverage/
|
||
|
|
playwright-report/
|
||
|
|
test-results/
|
||
|
|
.nyc_output/
|
||
|
|
.vitest/
|
||
|
|
|
||
|
|
# Editor
|
||
|
|
.vscode/
|
||
|
|
.idea/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
.DS_Store
|
||
|
|
|
||
|
|
# Env
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|