Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore .DS_Store files #66

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Conversation

autoantwort
Copy link
Contributor

These are files autogenerated by macOS Finder. Otherwise git status looks like

➜  cps git:(master) ✗ git status         
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        .DS_Store
        .github/.DS_Store
        _extensions/.DS_Store

Copy link
Collaborator

@bretbrownjr bretbrownjr left a comment

Choose a reason for hiding this comment

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

No objections here.

After a quick search for what they're for, it seems like mac users should add .DS_Store files to their "global" git ignore too. And file a bug report to Apple about throwing nonsense into their work areas 😄 .

Copy link
Collaborator

@dcbaker dcbaker left a comment

Choose a reason for hiding this comment

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

seems fine to me.

@mwoehlke mwoehlke merged commit 2bfdc4b into cps-org:master Jul 21, 2024
3 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.

4 participants