admin/.dockerignore
alisaza e1eaf5eff5 feat: initial ghabilee-admin backoffice app
Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js
app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
2026-09-05 13:12:59 +03:30

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