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

Cleanup stale/non-portable files #24

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mariusstrom
Copy link
Contributor

Removed MacOS .DS_Store files from repo and added to .gitignore to prevent reintroduction

@spuder
Copy link

spuder commented Sep 25, 2024

Thanks for fixing this. I was going to open the same PR.

Ideally users should have a global gitignore to ignore .DS_Store files. But in the absence of a proper global config, adding .DS_Store to the repo .gitignore is the next best option.

echo .DS_Store >> ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global

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