Commit 80c9a9b17ccf536a6a1cb9d794012833e76d3a97

Authored by 王大哥
0 parents

项目出师傅啊

Showing 1 changed file with 29 additions and 0 deletions
.gitignore 0 → 100644
  1 +++ a/.gitignore
  1 +node_modules/
  2 +dist/
  3 +uploadfiles/
  4 +upload/
  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 +*.ntvs*
  25 +*.njsproj
  26 +*.local
  27 +
  28 +package-lock.json
  29 +yarn.lock
0 30 \ No newline at end of file
... ...