停车场项目web, 互联网仓库, 开发完成后, 需要将代码回传云桌面.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.1 KiB

  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. # Compiled binary addons (https://nodejs.org/api/addons.html)
  25. build/Release
  26. # Dependency directories
  27. node_modules/
  28. jspm_packages/
  29. # TypeScript v1 declaration files
  30. typings/
  31. # Optional npm cache directory
  32. .npm
  33. package-lock.json
  34. yarn.lock
  35. # Optional eslint cache
  36. .eslintcache
  37. # Optional REPL history
  38. .node_repl_history
  39. # Output of 'npm pack'
  40. *.tgz
  41. # Yarn Integrity file
  42. .yarn-integrity
  43. # dotenv environment variables file
  44. .env
  45. # next.js build output
  46. .next
  47. # Editor directories and files
  48. .idea
  49. .vscode
  50. *.suo
  51. *.ntvs*
  52. *.njsproj
  53. *.sln
  54. *.sw*
  55. # file system cache
  56. .cache
  57. # project build output
  58. dist
  59. /lib
  60. /es
  61. # production
  62. /build
  63. # mac system cache
  64. .DS_Store