Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
77 lines
942 B
Plaintext
77 lines
942 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build output
|
|
.next
|
|
out
|
|
dist
|
|
build
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# IDE / Editor
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Debug / Logs
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
*.log
|
|
|
|
# Testing / Coverage
|
|
coverage
|
|
.nyc_output
|
|
*.lcov
|
|
.jest
|
|
__tests__
|
|
**/*.test.ts
|
|
**/*.test.tsx
|
|
**/*.spec.ts
|
|
**/*.spec.tsx
|
|
|
|
# Env (injected at build/runtime; never bake secrets into the image context)
|
|
.env
|
|
.env.*
|
|
|
|
# Docs / Misc
|
|
README*
|
|
CHANGELOG*
|
|
LICENSE
|
|
*.md
|
|
.cursorrules
|
|
CLAUDE.md
|
|
*.copy.md
|
|
*_REVIEW.md
|
|
*_REPORT.md
|
|
*_GUIDE*.md
|
|
*_IMPLEMENTATION.md
|
|
*_STRUCTURE*.md
|
|
structure.txt
|
|
ROUTING_DEBUG.md
|
|
|
|
# Husky / Lint tooling (not needed in image)
|
|
.husky
|
|
.eslintrc*
|
|
.prettierrc
|
|
.prettierignore
|
|
eslint.config.mjs
|
|
generateTree.js
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
.dockerignore
|
|
docker-compose*
|
|
.docker
|
|
|
|
# Misc (hero.ts برای @plugin در globals.css لازم است؛ در image کپی میشود)
|
|
proxy.ts
|