Contao3-Ninja / contao-reveal-js-theme

POC reactivation reveal.js basic extension for Contao
GNU Lesser General Public License v3.0
0 stars 0 forks source link

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

Closed BugBuster1701 closed 8 years ago

BugBuster1701 commented 8 years ago

in .gitignore, line 3

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

# OS
.DS_Store
Thumbs.db

# IDEs 
.buildpath
.project
.settings/

Posted from SensioLabsInsight