72 lines
756 B
Plaintext
72 lines
756 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build output
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
__screenshots__/
|
|
|
|
# Cypress
|
|
/cypress/videos/
|
|
/cypress/screenshots/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# ESLint
|
|
.eslintcache
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache
|
|
.parcel-cache
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Documentation (temporary/generated)
|
|
*_SUMMARY.md
|
|
SEARCH_FIX_SUMMARY.md
|
|
|
|
# Project specific
|
|
.workbuddy
|