42 lines
466 B
Plaintext
42 lines
466 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
.next/
|
|
.next/cache/
|
|
out/
|
|
dist/
|
|
coverage/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Caches
|
|
.npm/
|
|
.pnpm-store/
|
|
.cache/
|
|
.turbo/
|
|
.vercel/
|
|
.eslintcache
|
|
|
|
# Env files (เก็บแยก .env.example ไว้ commit ได้)
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Editors / OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
*.swp
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|