laracasts / Lets-Build-a-Forum-in-Laravel

http://laracasts.com/series/lets-build-a-forum-with-laravel
915 stars 309 forks source link

Best practice: gitignore files generated by webpack #11

Closed kasperpeulen closed 7 years ago

kasperpeulen commented 7 years ago

The laravel new project doesn't ignore this, but this is really bad practice, in real situations with more than 1 developer on a team, this causes annoying merge conflicts, and noise in the version control history.

JeffreyWay commented 7 years ago

Lots of people compile locally.