Skip to content

Conversation

@AdekunleBamz
Copy link

This PR improves project documentation and build efficiency:

  • Documentation: Added a visible CI Build Status badge to the README, making it easy to see the current build health at a glance.
  • Gitignore: Added .vscode/ to prevent VS Code configuration files from being committed.
  • Docker Optimization: Significantly enhanced .dockerignore with comprehensive exclusion patterns for:
    • Git metadata (.git/, .github/, .gitignore, .gitmodules)
    • Build artifacts (target/, integration_logs/)
    • IDE configurations (.idea/, .vscode/)
    • Documentation files (*.md, logo.png)
    • Development tools (Justfile, lychee.toml, rustfmt.toml, .config/)

This reduces Docker build context size, speeding up image builds and reducing disk usage.

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Jan 11, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 -1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Comment on lines +20 to +24
# CI/Dev tools
.config/
Justfile
lychee.toml
rustfmt.toml
Copy link
Contributor

Choose a reason for hiding this comment

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

We should be comfortable adding these to docker in case we use this within docker builds

Suggested change
# CI/Dev tools
.config/
Justfile
lychee.toml
rustfmt.toml

Copy link
Contributor

@refcell refcell left a comment

Choose a reason for hiding this comment

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

Small dockerignore nit. Otherwise looks good

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