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

.DS_Store fix #105

Merged
merged 2 commits into from
Oct 16, 2018
Merged

.DS_Store fix #105

merged 2 commits into from
Oct 16, 2018

Conversation

s3cpat
Copy link
Contributor

@s3cpat s3cpat commented Oct 15, 2018

Remove ds_store files and add to .gitignore to prevent future occurrences

find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch removes existing occurrences.

adding echo .DS_Store >> .gitignore to prevent it from being committed in the future! Happy Hacktoberfest!

Fixes #102.

#66

remove ds_store files and add to gitignore to prevent future occurances
Copy link
Member

@dnery dnery left a comment

Choose a reason for hiding this comment

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

Good job making it permanent on the .gitignore file!

@dnery dnery merged commit d851230 into pirataspinhal:master Oct 16, 2018
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.

None yet

2 participants