ryancramerdesign / ProcessExportProfile

Creates a site profile that can be used to install a new copy of ProcessWire.
http://processwire.com
20 stars 6 forks source link

Option to include hidden files in export. #8

Open jasonhuck opened 8 years ago

jasonhuck commented 8 years ago

It would be nice to have the option to include hidden files in the export. For example, I always forget that I need to recreate a .bowerrc file when I create a new project with my custom profile.

ivangretsky commented 7 years ago

+1 for this. A lot of those node based frontend fancy tools add some .file configs, which devs want to include in the profiles.

ivangretsky commented 1 year ago

@ryancramerdesign , this is an important issue. The exclusion on filenames starting with dots also affects a lot of modules.

It would be cool to have an option to include / exclude everything you want, to override the defaults by regular expression mask or something like this. This would solve not only this issue, but a few similar (#13, #7).