51 lines
566 B
Plaintext
51 lines
566 B
Plaintext
# Node dependencies
|
|
node_modules/
|
|
|
|
# Production build output
|
|
build/
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# dotenv environment variables
|
|
.env
|
|
.env.*.local
|
|
|
|
# Editor settings
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Tailwind CSS generated output (if not purged correctly)
|
|
*.css.map
|
|
|
|
# Optional build artifacts
|
|
dist/
|
|
temp/
|
|
.cache/
|
|
.next/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Storybook files
|
|
.out/
|
|
.storybook-ou
|