.gitignore 297 B

123456789101112131415161718192021222324252627282930
  1. .babelrc
  2. .cache
  3. .cache-loader
  4. .DS_Store
  5. .eslintcache
  6. .eslintignore
  7. .eslintrc.js
  8. .idea
  9. .npm
  10. .prettierignore
  11. .vscode
  12. .yarnclean
  13. *.log
  14. *.map
  15. *.min.js
  16. babel.config.js
  17. build/
  18. coverage/
  19. esm/
  20. jest.config.js
  21. lib/
  22. logs/
  23. node_modules/
  24. package-lock.json
  25. prettier.config.js
  26. tsconfig.json
  27. yarn.lock
  28. _gh-pages