Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove ds store #78

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

Merged
merged 3 commits into from
Nov 10, 2017
Merged

Remove ds store #78

merged 3 commits into from
Nov 10, 2017

Conversation

georgeyk
Copy link
Contributor

@georgeyk georgeyk commented Oct 5, 2017

minor clean-up

Copy link

@s-c-p s-c-p left a comment

Choose a reason for hiding this comment

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

Yes, I think ignoring all the .DS_Store files is a good idea because:

  1. a possible scenario where another contributor (who is using Mac) gets her/his PR accepted, then sensitive info of her/him may become public (as it is now the contributor's .DS_Store that every other contributor has in their working directory) without anyone realizing.
  2. This is file system specific, if a vindows user clones this repo, s/he might panic what's in .DS_Store not to mention the hiccups Redmond's OS may have
  3. for those using a Mac, periodic changes in working directory will be reflected in .DS_Store, and since the file is binary format, it will make git push slow irrespective of internet speed
  4. we just don't need to see this, it makes me conscious that I don't have a sexy Mac laptop, to work on, yet :P

(I wanted to submit this change as my first contribution to open source, but I was 9 days late, anyway, I hope this thing gets merged)

Copy link
Contributor

@ravoro ravoro left a comment

Choose a reason for hiding this comment

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

@georgeyk Agree, DS_Store has no place in a repo. Please adress the category issue.

.gitignore Outdated
@@ -50,3 +50,5 @@ docs/_build/
# IDEA
.idea/
*.iml

.DS_Store
Copy link
Contributor

Choose a reason for hiding this comment

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

@georgeyk To follow the format of the rest of the file, maybe put a category comment, such as "OS-specific files" or something.

@georgeyk
Copy link
Contributor Author

tks @ravoro and @s-c-p.

@aaguiarz aaguiarz merged commit b4c15b5 into auth0:master Nov 10, 2017
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.

4 participants