.npmignore 211 B

1234567891011121314151617181920
  1. # 忽略目录/文件
  2. demo
  3. dist/docs
  4. dist/lib/**.html
  5. docs
  6. node_modules
  7. public
  8. scripts
  9. src
  10. # 忽略指定文件
  11. yarn.lock
  12. babel.config.js
  13. tsconfig.json
  14. tslint.json
  15. vue.config.js
  16. .editorconfig
  17. .travis.yml
  18. *.map