.gitignore 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #ide
  2. *.DS_Store
  3. .idea
  4. # .vscode
  5. #npm
  6. package-lock.json
  7. yarn.lock
  8. pnpm-lock.yaml
  9. dist
  10. lib
  11. docs/.vuepress/dist
  12. # Logs
  13. logs
  14. *.log
  15. npm-debug.log*
  16. yarn-debug.log*
  17. yarn-error.log*
  18. lerna-debug.log*
  19. # Runtime config
  20. pids
  21. *.pid
  22. *.seed
  23. *.pid.lock
  24. # Directory for instrumented libs generated by jscoverage/JSCover
  25. lib-cov
  26. # Coverage directory used by tools like istanbul
  27. coverage
  28. # nyc test coverage
  29. .nyc_output
  30. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  31. .grunt
  32. # Bower dependency directory (https://bower.io/)
  33. bower_components
  34. # node-waf configuration
  35. .lock-wscript
  36. # Compiled binary addons (https://nodejs.org/api/addons.html)
  37. build/Release
  38. # Dependency directories
  39. node_modules
  40. jspm_packages/
  41. # TypeScript v1 declaration files
  42. typings/
  43. # Optional npm cache directory
  44. .npm
  45. # Optional eslint cache
  46. .eslintcache
  47. # Optional REPL History
  48. .node_repl_history
  49. # Output of 'npm pack'
  50. *.tgz
  51. # Yarn Integrity file
  52. .yarn-integrity
  53. # dotenv environment variables file
  54. .env
  55. # next.js build output
  56. .next
  57. #lerna-changelog
  58. .changelog
  59. #editor workspace file
  60. .idea/
  61. .history
  62. # examples
  63. screenshot
  64. luckysheet-custom-build
  65. temp
  66. etc
  67. docs/input
  68. docs/markdown