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

Remove .DS_Store from repository and exclude via .gitignore #1

Open
ns-rse opened this issue Dec 10, 2024 · 0 comments
Open

Remove .DS_Store from repository and exclude via .gitignore #1

ns-rse opened this issue Dec 10, 2024 · 0 comments
Assignees

Comments

@ns-rse
Copy link
Contributor

ns-rse commented Dec 10, 2024

Extraneous file from OSX has crept in.

git rm .DS_Store
echo > ".DS_Store" >> .gitignore
git add .gitignore
git commit -m "chore: Removing .DS_Store from repository and ignoring"
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

No branches or pull requests

2 participants