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 10 #15

Closed BugBuster1701 closed 8 years ago

BugBuster1701 commented 8 years ago

in .gitignore, line 10

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

# IDEs 
.buildpath
.project
.settings/
.build/
.idea/
nbproject/

# Composer
vendor/

Posted from SensioLabsInsight