90 أسطر
862 B
Plaintext
90 أسطر
862 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.bun
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# TypeScript build info
|
|
*.tsbuildinfo
|
|
|
|
# Vite
|
|
.vite/
|
|
|
|
# Local development files
|
|
*.local
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Diagnostic reports
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
yarn-debug.log*
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# parcel-bundler cache
|
|
.cache/
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
|
|
# nuxt.js
|
|
.nuxt/
|
|
|
|
# vuepress
|
|
.vuepress/dist/
|
|
|
|
# serverless
|
|
.serverless/
|
|
|
|
# fuse-box
|
|
.fusebox/
|
|
|
|
# typescript
|
|
*.tsbuildinfo |