xfiveco / generator-xh

A Yeoman generator for scaffolding web projects.
MIT License
55 stars 5 forks source link

Fix problem with "dist" folder #219

Closed piotr-bajer closed 8 years ago

piotr-bajer commented 8 years ago

Making "dist" folder ignored causes problems with some plugins in Wordpress (i.e. Yoast SEO), which uses folders named "dist" to store assets. Changing from "dist" to "/dist" should solve the problem.

Both changes fix also missing wordpress folders in gitignore when "dist" is not added to gitignore during setup

See issue: #205