diff --git a/.dockerignore b/.dockerignore index 6618082f..94d119d3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,22 +1,35 @@ # Dependencies node_modules npm-debug.log* +yarn-debug.log* +yarn-error.log* -# Build outputs +# Build artifacts .next out dist build -# Environment files -.env*.local -.env - -# Development +# Git .git .gitignore -README.md +.github + +# Environment files +.env* +!.env.example + +# Documentation +*.md docs +claudedocs + +# Testing +coverage +.nyc_output +playwright-report +test-results +__tests__ # IDE .vscode @@ -25,10 +38,17 @@ docs *.swo *~ -# Testing -coverage -.nyc_output +# OS +.DS_Store +Thumbs.db + +# Terraform +terraform/.terraform +terraform/*.tfstate* +terraform/.terraform.lock.hcl # Misc -.DS_Store -*.pem +*.log +.cache +temp +tmp