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 still in repository even when it is in .gitignore #33

Closed
spikespaz opened this issue Feb 16, 2018 · 1 comment
Closed

.DS_Store still in repository even when it is in .gitignore #33

spikespaz opened this issue Feb 16, 2018 · 1 comment

Comments

@spikespaz
Copy link

spikespaz commented Feb 16, 2018

Posting as an issue because it is a problem on your side; here's how to fix it.

Don't use a mac.

Ehem.

git rm --cached .DS_Store
rm .DS_Store
git add .DS_Store
git commit -m "Remove and untrack .DS_Store"
git push

You get the idea. Make changes as necessary.

Also, I've noticed that some of your commit messages start with past-tense verbs or lowercase letters. I'm only pointing this out because I know you. 😄

@R3alCl0ud
Copy link
Owner

I've removed the .DS_Store file from the repository. Btw, I've already added .DS_Store to the .gitignore 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

No branches or pull requests

2 participants