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 files. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

esmail
Copy link

@esmail esmail commented Sep 19, 2019

.DS_Store files are in the .gitignore file, but a few have crept into the repo., causing problems for MacOS users when pulling new commits in which these files have changed.

Deletions done with the following:

find . -name .DS_Store -exec git rm {} \;

See https://us.edstem.org/courses/20/discussion/1092

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.

1 participant