Commit 1cae26c6dba9c9a568d1e4b399b4fda472828a66

Authored by wangming
0 parents

项目初始化

Showing 1 changed file with 30 additions and 0 deletions
.gitignore 0 → 100644
  1 +++ a/.gitignore
  1 +node_modules/
  2 +dist/
  3 +build/
  4 +uploadfiles/
  5 +npm-debug.log*
  6 +yarn-debug.log*
  7 +yarn-error.log*
  8 +bin/
  9 +obj/
  10 +debug/
  11 +resource/
  12 +dist/
  13 +upload/
  14 +log/
  15 +*.log
  16 +
  17 +tests/**/coverage/
  18 +tests/e2e/reports
  19 +selenium-debug.log
  20 +
  21 +# Editor directories and files
  22 +.idea
  23 +.vscode
  24 +*.suo
  25 +*.ntvs*
  26 +*.njsproj
  27 +*.local
  28 +
  29 +package-lock.json
  30 +yarn.lock
0 \ No newline at end of file 31 \ No newline at end of file