dev1/.dockerignore
Josh 6a58f62075
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Removed stray documentation from repo and added the /demo endpoint
2025-10-17 08:58:23 +00:00

50 lines
760 B
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