Skip to content

Create .dockerignore#272

Merged
martincostello merged 1 commit intomainfrom
dockerignore
Sep 24, 2025
Merged

Create .dockerignore#272
martincostello merged 1 commit intomainfrom
dockerignore

Conversation

@martincostello
Copy link
Copy Markdown
Member

Changes

Add a .dockerignore file to avoid copying excessive build context when developing locally without a clean clone.

Merge requirement checklist

  • Unit tests added/updated
  • CHANGELOG.md updated
  • Changes in public API reviewed (if applicable)

Add a dockerignore file to avoid copying excessive build context when developing locally without a clean clone.
Copilot AI review requested due to automatic review settings September 23, 2025 14:02
@martincostello martincostello requested a review from a team as a code owner September 23, 2025 14:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a .dockerignore file to improve Docker build efficiency by excluding unnecessary files and directories from the build context during local development.

  • Adds comprehensive file exclusion patterns for development artifacts, IDE files, and build outputs
  • Includes specific exceptions for required configuration files
  • Reduces Docker build context size when working with non-clean local repositories

Comment thread .dockerignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants