dev1/.dockerignore
Josh 31d736c8b8
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
LLM security
2025-11-03 18:48:50 +00:00

72 lines
1.3 KiB
Plaintext

# never ship secrets
.env
.env.*
*.env
**/*.env
**/*.env.*
# VCS / workspace junk
.git
.gitignore
.vscode
.idea
# node noise (server images install their own deps)
node_modules
**/node_modules
npm-debug.log*
yarn.lock
pnpm-lock.yaml
# transient outputs (but KEEP build/ for nginx)
dist
coverage
.DS_Store
*.log
# keys/certs
*.pem
*.key
*.crt
*.pfx
# Test sources & artifacts
tests/
playwright-report/
test-results/
blob-report/
*.trace.zip
# Conference and business planning documents (not needed in containers)
COMPETITIVE_ANALYSIS.md
PRICING_OPERATIONS_ANALYSIS.md
INFRASTRUCTURE_SCALING_ANALYSIS.md
COST_PROJECTION_DATA_NEEDED.md
ACCURATE_COST_PROJECTIONS.md
GAETC_PRINT_MATERIALS_FINAL.md
CONFERENCE_MATERIALS.md
APTIVA_AI_FEATURES_DOCUMENTATION.md
SALES_SHEET_FRONT.txt
SALES_SHEET_BACK.txt
# Admin Portal Design Documents (not needed in containers)
ORG_ADMIN_PORTAL_DESIGN.md
ADMIN_PORTAL_DEPLOYMENT.md
SERVER4_SECURITY_REVIEW.md
SERVER4_ACTUAL_SECURITY_PATTERNS.md
# Security Analysis Documents (sensitive - never ship)
.security-notes-*.md
# Incident Response Plan (sensitive - contains architecture details, not needed in containers)
INCIDENT_RESPONSE_PLAN.md
# Data Processing Agreement (not needed in containers)
DATA_PROCESSING_AGREEMENT.md
# Migration and SQL files (run manually, not needed in containers)
*.sql
**/*.sql