.gitignore 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. # Runtime data
  8. pids
  9. *.pid
  10. *.seed
  11. *.pid.lock
  12. # Directory for instrumented libs generated by jscoverage/JSCover
  13. lib-cov
  14. # Coverage directory used by tools like istanbul
  15. coverage
  16. # nyc test coverage
  17. .nyc_output
  18. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  19. .grunt
  20. # Bower dependency directory (https://bower.io/)
  21. bower_components
  22. # node-waf configuration
  23. .lock-wscript
  24. # Dependency directories
  25. node_modules/
  26. jspm_packages/
  27. # Typescript v1 declaration files
  28. typings/
  29. # Optional npm cache directory
  30. .npm
  31. # Optional eslint cache
  32. .eslintcache
  33. # Optional REPL history
  34. .node_repl_history
  35. # Output of 'npm pack'
  36. *.tgz
  37. # Yarn Integrity file
  38. .yarn-integrity
  39. # dotenv environment variables file
  40. .env
  41. # next.js build output
  42. .next
  43. # editor configs
  44. .idea
  45. # unpackage folders
  46. unpackage
  47. # unpackage folders
  48. unpackage/dist
  49. # build folders
  50. build
  51. # git
  52. git
  53. git.pub
  54. .vscode
  55. android/
  56. #.vscode
  57. *.log
  58. build/**/
  59. .build
  60. .history/
  61. unpackage/