Skip to content

Add .cache to .gitignore#2827

Merged
dgageot merged 1 commit into
docker:mainfrom
rumpl:ignore-cache
May 20, 2026
Merged

Add .cache to .gitignore#2827
dgageot merged 1 commit into
docker:mainfrom
rumpl:ignore-cache

Conversation

@rumpl
Copy link
Copy Markdown
Member

@rumpl rumpl commented May 19, 2026

The taskfile sets it as the cache directory

The taskfile sets it as the cache directory

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
@rumpl rumpl requested a review from a team as a code owner May 19, 2026 23:10
Copy link
Copy Markdown

@docker-agent docker-agent left a comment

Choose a reason for hiding this comment

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

Assessment: 🟢 APPROVE

The change adds /.cache/ to .gitignore. The pattern is correct: the leading / anchors it to the repository root (avoiding unintended matches in subdirectories) and the trailing / restricts matching to directories only. No issues found.

@dgageot dgageot merged commit 18cff77 into docker:main May 20, 2026
8 checks passed
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