Your project gitignore file should not contain user-specific files

More information: https://insight.symfony.com/what-we-analyse/git.user_specific_ignored_file

in .gitignore, line 6
  1. # Generic
  2. # --------------------------
  3. Thumbs.db
  4. Desktop.ini
  5. .directory
  6. .DS_Store

    .DS_Store is user-specific and should not appear in a project .gitignore. Consider adding it to the user global .gitignore instead.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Last edited by Fery Wardiyanto
  7. ._*
  8. *.cache
  9. *.crt
  10. *.log
  11. *.old