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.
45 lines
1.0 KiB
45 lines
1.0 KiB
# ──────────────────────────────────────────────────────────────────────────
|
|
# Docker Build Ignore Configuration for Marriage WebApp
|
|
# ──────────────────────────────────────────────────────────────────────────
|
|
|
|
# Build artifacts & dependencies
|
|
node_modules
|
|
.next
|
|
dist
|
|
out
|
|
|
|
# Version control & git metadata
|
|
.git
|
|
.gitignore
|
|
|
|
# Environment files (injected at runtime/build via env_file / args)
|
|
.env
|
|
.env*.local
|
|
.env.development
|
|
|
|
# Documentation, reports & scratch files
|
|
*.md
|
|
*.log
|
|
*.log.*
|
|
next-dev-*.log
|
|
next-dev-*.err.log
|
|
proxy-debug.log
|
|
scratch
|
|
docs
|
|
.playwright-mcp
|
|
.agents
|
|
.codex
|
|
.claude
|
|
.vscode
|
|
.idea
|
|
|
|
# Tests
|
|
**/*.test.ts
|
|
**/*.test.tsx
|
|
**/*.spec.ts
|
|
**/*.spec.tsx
|
|
vitest.config.ts
|
|
|
|
# Docker files (not needed in context)
|
|
docker-compose.yml
|
|
docker-compose.*.yml
|