81 lines
889 B
Plaintext
81 lines
889 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
# Node deps
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
.vite/
|
|
|
|
# Environment files (sensitive)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
*.log
|
|
|
|
# VCS and tooling
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / IDE history and temp
|
|
*.swp
|
|
*~
|
|
.history/
|
|
|
|
# Test & coverage
|
|
coverage/
|
|
.nyc_output/
|
|
jest.cache
|
|
|
|
# Caches
|
|
.cache/
|
|
.parcel-cache/
|
|
.pnp.*
|
|
.eslintcache
|
|
|
|
# Serverless / local dev artifacts
|
|
.serverless/
|
|
.firebase/
|
|
|
|
# Packages / artifacts
|
|
*.tgz
|
|
|
|
# Optional: lockfiles should be committed (do NOT ignore package-lock.json / yarn.lock)
|