.gitignore 255 B

12345678910111213141516171819202122
  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