56 lines
628 B
Plaintext
56 lines
628 B
Plaintext
# Node.js dependencies
|
|
node_modules/
|
|
|
|
# Build output directories (Vite default)
|
|
dist/
|
|
build/
|
|
|
|
# Vite cache and temporary files
|
|
.vite/
|
|
.vitepress/cache
|
|
.vitepress/dist
|
|
|
|
# Environment variable files
|
|
.env
|
|
.env.*
|
|
.env.*.local
|
|
.env.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE/editor specific files
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# Optional npm cache directory
|
|
.npm/
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Coverage reports
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Yarn files
|
|
.yarn/
|
|
.yarnrc.yml
|
|
|
|
# pnpm files
|
|
.pnpm-store/
|
|
|
|
# Miscellaneous
|
|
*.log
|