Blame view

.gitignore 217 Bytes
80a28914e   吉鹏   init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  .DS_Store
  node_modules/
  dist/
  npm-debug.log*
  yarn-debug.log*
  yarn-error.log*
  package-lock.json
  tests/**/coverage/
  
  # Editor directories and files
  .idea
  .vscode
  *.suo
  *.ntvs*
  *.njsproj
  *.sln
3e54280ca   Adam   auto commit the c...
17
18
  yarn.lock
  package-lock.json