**[in .gitignore, line 4](https://github.com/partnermarketing/PartnermarketingFileSystemBundle/blob/b10a947eae7ceb19cb57190eee753eda73219759/.gitignore#L4)** > `.DS_Store` is user-specific and should not appear in a project `.gitignore`. Consider adding it to the user global `.gitignore` instead. ``` /vendor /composer.phar /composer.lock .DS_Store .idea ``` --- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/ebc8f964-677c-42dd-9312-02f64639bfac/analyses/1)_