Athari / YaLinqo

Yet Another LINQ to Objects for PHP [Simplified BSD]
https://athari.github.io/YaLinqo
BSD 2-Clause "Simplified" License
441 stars 39 forks source link

[Insight] User specific files should not appear in .gitignore - in .gitignore, line 13 #15

Closed Athari closed 8 years ago

Athari commented 8 years ago

in .gitignore, line 13

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

.project
.buildpath
.settings

# OS
Thumbs.db
desktop.ini
Thumbs.db

Posted from SensioLabsInsight