.gitignore 145 B

1234567891011121314
  1. logs/
  2. npm-debug.log
  3. yarn-error.log
  4. package-lock.json
  5. yarn.lock
  6. coverage/
  7. .idea/
  8. run/
  9. .DS_Store
  10. *.sw*
  11. *.un~
  12. typings/
  13. .nyc_output/
  14. unpackage/dist/