Blame view

.gitignore 223 Bytes
7fa943eb   梁灏   init
1
2
3
4
5
6
7
8
9
  *.iml

  .idea

  .ipr

  .iws

  *.diff

  *.patch

  *.bak

  .DS_Store

  node_modules/

7b7178f1   梁灏   fixed #528
10
  node_modules2/

7fa943eb   梁灏   init
11
12
13
14
15
16
17
18
  .project

  .settings

  npm-debug.log

  .*proj

  .svn/

  *.swp

  *.swo

  *.log

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

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

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

  .vscode