AdobeXD / xdpm

A helper CLI for XD plugin development
https://github.com/AdobeXD/xdpm/blob/master/README.md
Apache License 2.0
65 stars 15 forks source link

Add optional list for .ignore files #38

Closed alexandrtovmach closed 4 years ago

alexandrtovmach commented 4 years ago

Feature Request

How about adding an option to pass extra list of .*ignore files to install command, to get more flexibility to end user? Something like:

xdpm install --ignore-files ".gitignore, .xdignore, .npmignore"

Now it's hardcoded value here https://github.com/AdobeXD/xdpm/blob/master/commands/install.js#L83

Use case

I've added main.js file to .gitignore, because it's not expected for me to have a git diff after each new build. As result I can't use xdpm to automate my build process.

I'm ready to implement this feature and create a PR, if there are no objections

alexandrtovmach commented 4 years ago

Closed with #40