58 lines
988 B
Plaintext
58 lines
988 B
Plaintext
# ==============================
|
|
# ⚙️ Node / Vite
|
|
# ==============================
|
|
node_modules/
|
|
dist/
|
|
dist-ssr/
|
|
*.local
|
|
.env
|
|
.env.*.local
|
|
|
|
# ==============================
|
|
# 🧾 Logs
|
|
# ==============================
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# ==============================
|
|
# 🧠 IDEs
|
|
# ==============================
|
|
# 👉 IntelliJ / WebStorm
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
out/
|
|
|
|
# 👉 VSCode (ถ้าใช้ร่วม)
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
|
|
# ==============================
|
|
# 🖼 macOS / OS-specific
|
|
# ==============================
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ==============================
|
|
# 🐳 Docker (ถ้าใช้)
|
|
# ==============================
|
|
docker-compose.override.yml
|
|
*.pid
|
|
Dockerfile
|
|
|
|
# ==============================
|
|
# 🧪 Testing (ถ้าใช้)
|
|
# ==============================
|
|
coverage/
|
|
*.tsbuildinfo
|
|
*.test.*
|
|
*.spec.*
|
|
playwright-report/
|
|
cypress/videos/
|
|
cypress/screenshots/
|