Skip to content

Add .dockerignore with common project ignores#61

Merged
koichiro merged 1 commit into
mainfrom
feature/add-docker-ignore
Apr 5, 2026
Merged

Add .dockerignore with common project ignores#61
koichiro merged 1 commit into
mainfrom
feature/add-docker-ignore

Conversation

@koichiro
Copy link
Copy Markdown
Owner

@koichiro koichiro commented Apr 5, 2026

Add a .dockerignore file to exclude Git and local artifacts (.git, .bundle, vendor/bundle), build/test artifacts (coverage, tmp, log, test), OS files (.DS_Store), environment files (.env, .env.) and other local files (session, plan, airbnb_.csv) from the Docker build context. This reduces image size and prevents accidentally including sensitive or unnecessary local files in Docker builds.

Add a .dockerignore file to exclude Git and local artifacts (.git, .bundle, vendor/bundle), build/test artifacts (coverage, tmp, log, test), OS files (.DS_Store), environment files (.env, .env.*) and other local files (session, plan, airbnb_*.csv) from the Docker build context. This reduces image size and prevents accidentally including sensitive or unnecessary local files in Docker builds.
@koichiro koichiro merged commit c68b914 into main Apr 5, 2026
1 check passed
@koichiro koichiro deleted the feature/add-docker-ignore branch April 5, 2026 11:20
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.

1 participant