.gitignore 217 B

12345678910111213141516171819
  1. logs/
  2. npm-debug.log
  3. yarn-error.log
  4. package-lock.json
  5. unpackage
  6. node_modules
  7. yarn.lock
  8. coverage/
  9. .idea/
  10. run/
  11. .DS_Store
  12. *.sw*
  13. *.un~
  14. typings/
  15. .nyc_output/
  16. unpackage/cache
  17. unpackage/debug
  18. unpackage/dist
  19. unpackage/release