Blame view

.gitignore 199 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
a795fa7b1   Adam   auto commit the c...
17
  yarn.lock