# CHORUS Services Website - Docker Build Context Optimization # This file reduces build context size and improves build performance # Dependencies node_modules npm-debug.log* yarn-debug.log* yarn-error.log* # Next.js build outputs .next out dist # Development files .env*.local .env.development *.local # Testing coverage .nyc_output jest.config.js **/*.test.js **/*.test.ts **/*.test.tsx **/*.spec.js **/*.spec.ts **/*.spec.tsx # Documentation and markdown files README.md CHANGELOG.md *.md docs/ # Git and version control .git .gitignore .gitattributes # IDE and editor files .vscode .idea *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs logs *.log # Runtime data pids *.pid *.seed *.pid.lock # Development tools .eslintcache .stylelintcache # TypeScript build info *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Temporary folders tmp/ temp/ # Editor directories and files .vscode/ !.vscode/extensions.json .idea *.suo *.ntvs* *.njsproj *.sln *.sw? # Cypress cypress/videos cypress/screenshots # Storybook build outputs storybook-static # Misc .vercel .turbo