53

It triggers me when Mac users commit .DS_store file on GitHub.

Its even more annoying when they dont merge my PR which deletes the .DS_store file

Comments
  • 7
    It triggers me why you just don't force commit a good .gitignore
  • 4
    @D--M there's no such thing as a force commit. Force push at best which OP probably doesn't have enough rights to do if he's getting PRs rejected. Also forcing your shit on someone else using force pushes because of something like this almost guarantees the project doomed
  • 3
    @Kimmax
    It was exaggeration.

    But seriously, if your working with tards who are comitting .ds_store files because of no gitignore, your project is doomed to fail regardless.
  • 6
    On Windows some people like to commit their thumbs.db
  • 1
    what is .ds_store anyways?
  • 1
    I'm in tears reading this 😂😂😂😂. Can't force folks to be neat 🤷🏽‍♂️.
  • 1
    If you didn't have them in your gitignore then it's your fault.
    Check http://gitignore.io for reference.
  • 3
    @Conrad it's like thumbs.db (Windows), but for macOS.
Add Comment