Skip to content

v4.1

Latest
Compare
Choose a tag to compare
@ashryanbeats ashryanbeats released this 17 Jul 13:19
· 4 commits to master since this release

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.