56 lines
581 B
Plaintext
56 lines
581 B
Plaintext
.vscode/chrome-debug-profile
|
|
packages/*/node_modules
|
|
node_modules
|
|
docs
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
.pnpm-debug.log
|
|
|
|
# Build outputs
|
|
dist/
|
|
**/dist/
|
|
**/build/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Local development
|
|
.cache/
|
|
.temp/
|
|
.turbo/
|
|
|
|
# Testing
|
|
coverage/
|
|
**/coverage/
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
.DS_Store
|
|
Thumbs.db |