.gitignore 383 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. # testing
  5. /coverage
  6. # production
  7. /build
  8. /unpackage
  9. /dist
  10. # misc
  11. .DS_Store
  12. .cache
  13. npm-debug.log*
  14. yarn-debug.log*
  15. yarn-error.log*
  16. .tmp*
  17. .svn
  18. .tags
  19. *.sublime-*
  20. sftp-config.json
  21. logs
  22. *.log
  23. .idea*
  24. .yo-rc.json
  25. *.swo
  26. *.swp
  27. /dist
  28. /deps
  29. yarn.lock
  30. dev-stats.json
  31. .vscode
  32. .history