.npmignore 222 B

1234567891011121314151617181920
  1. .DS_Store
  2. .grunt
  3. .config
  4. .github
  5. .idea
  6. _SpecRunner.html
  7. cars.sqlite
  8. dev.html
  9. webpack.config.js
  10. !dist/README.md
  11. test/
  12. node_modules/
  13. # this directories are necessary for build PRO package
  14. #demo/
  15. #src/
  16. #lib/
  17. #test/
  18. #tasks/