.gitignore 291 B

1234567891011121314151617181920212223
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. node_modules
  4. npm-debug.log*
  5. yarn-error.log
  6. yarn.lock
  7. package-lock.json
  8. # production
  9. /es
  10. docs-dist
  11. # misc
  12. .DS_Store
  13. # ide
  14. /.idea
  15. dist
  16. dist-node
  17. build
  18. node_modules