New feature
You now have the ability to customize your list of ignore files by overriding the default list (the default list is .gitignore
, .xdignore
, .npmignore
).
Examples:
xdpm install --ignore-files ".xdignore, .npmignore"
or
xdpm watch --ignore-files ".xdignore, .npmignore"
Other updates
- Updated CLI dependencies
- Updated link to developer terms
Appreciation
Our thanks to @alexandrtovmach for adding the new feature and updating the dependencies, and to @pklaschka for reviewing the changes.