Skip to content

chore: ignore .DS_Store - #714

Merged
NickJosevski merged 1 commit into
mainfrom
nj/ignore-ds-store
Aug 28, 2026
Merged

chore: ignore .DS_Store#714
NickJosevski merged 1 commit into
mainfrom
nj/ignore-ds-store

Conversation

@NickJosevski

Copy link
Copy Markdown
Contributor

macOS Finder writes .DS_Store into every directory it is opened in. This repo had no rule for it, so those files sit untracked in working copies and can be swept into a git add unnoticed — one recently reached a pull request in OctopusDeploy/Jira exactly that way.

One line, verified locally with git check-ignore.

Part of a small sweep across the Octopus repos that were missing this rule.

🤖 Generated with Claude Code

macOS Finder writes .DS_Store into every directory it is opened in. This repo had no rule for it, so those files sit untracked and can be swept into a `git add` unnoticed -- one recently reached a pull request in OctopusDeploy/Jira that way.

Verified with `git check-ignore`.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@NickJosevski
NickJosevski enabled auto-merge (rebase) August 27, 2026 23:59

@octonautcal octonautcal left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM, trivial .gitignore addition.

@NickJosevski
NickJosevski merged commit af9be5e into main Aug 28, 2026
2 of 4 checks passed
@NickJosevski
NickJosevski deleted the nj/ignore-ds-store branch August 28, 2026 00:32
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.

2 participants