Skip to content

Remove macOS DS_Store files#6

Open
MartinMSPedersen wants to merge 1 commit into
hamousavi:masterfrom
MartinMSPedersen:ds_store_fix
Open

Remove macOS DS_Store files#6
MartinMSPedersen wants to merge 1 commit into
hamousavi:masterfrom
MartinMSPedersen:ds_store_fix

Conversation

@MartinMSPedersen
Copy link
Copy Markdown

Thanks for this software.
This PR removes 23 .DS_Store files that macOS generates and should not be part
of any source code distribution.
It also adds .DS_Store to the git-ignore list.

aseemrb pushed a commit to aseemrb/Walnut that referenced this pull request Apr 24, 2026
* added msd_neg_fib base

* added tests
@yaccob
Copy link
Copy Markdown

yaccob commented May 11, 2026

Just as a hint:

Files created by particular environments (operating systems, IDE, editor, ...) can (and should) be excluded in the environment that creates these files, rather than in the project's .gitignore.

Otherwise the project's .gitignore would need contain hundreds or thousands of entries to cover all these cases.

Environment specific exclusion can easily be achieved by editing to the git config like this ...
git config --global core.excludesfile ~/.gitignore
... and adding environment specific artifacts to this file.

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