You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
613 B
26 lines
613 B
# خروجی build و وابستگیها — داخل image دوباره ساخته میشوند
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
|
|
# کنترل نسخه و متادیتا
|
|
.git
|
|
.gitignore
|
|
|
|
# فایلهای env — نباید به build context/image نشت کنند
|
|
.env
|
|
.env.*
|
|
|
|
# مستندات، اسکرینشاتها و ابزارهای توسعه (در image لازم نیستند)
|
|
*.md
|
|
*.png
|
|
*.local
|
|
.playwright-mcp
|
|
.agents
|
|
.codex
|
|
.claude
|
|
.vscode
|
|
.idea
|
|
|
|
# خود فایلهای داکر (در build context لازم نیستند جز آنهایی که COPY میشوند)
|
|
docker-compose.yml
|