cakecatz / atom-hot-package-loader

:package: Hot reloading for developing pakcage
https://atom.io/packages/atom-hot-package-loader
MIT License
12 stars 3 forks source link

Ignore redundant paths #5

Closed PaulPorfiroff closed 8 years ago

PaulPorfiroff commented 8 years ago

When watching package folder, ignore paths:

  1. Specified in core.ignoredNames glob patterns
  2. Ignored by repo provider
  3. Not matching possible resource file extensions

Fixes: