roots / bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure
https://roots.io/bedrock/
MIT License
6.15k stars 1.16k forks source link

Add editor configs to gitignore #734

Closed NietThijmen closed 3 weeks ago

NietThijmen commented 3 weeks ago

Changing the default gitignore a little bit to remove some folders added by text editors/IDE's

This makes sure these are never pushed, which makes working in a team a lot harder as overwriting each others editor configs isn't preferable.

swalkinshaw commented 3 weeks ago

These should be added to people's global gitignore files ($HOME/.gitignore) and instead of polluting every individual repo in my opinion.