Blame view

.gitignore 214 Bytes
7fa943eb   梁灏   init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  *.iml

  .idea

  .ipr

  .iws

  *.diff

  *.patch

  *.bak

  .DS_Store

  node_modules/

  .project

  .settings

  npm-debug.log

  .*proj

  .svn/

  *.swp

  *.swo

  *.log

9b6ff1ce   huixisheng   add test and upda...
18
  examples/dist/

17a0e6c5   jingsam   add dist/ to .git...
19
  dist/

9b6ff1ce   huixisheng   add test and upda...
20
  yarn-error.log

1be50b78   young   ignore vscode config
21
22
  test/unit/coverage

  .vscode