Blame view

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

  .idea

  .ipr

  .iws

  *.diff

  *.patch

  *.bak

  .DS_Store

  node_modules/

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

  .settings

  npm-debug.log

  .*proj

  .svn/

  *.swp

  *.swo

  *.log

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

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

1be50b78   young   ignore vscode config
20
  test/unit/coverage

fa7f82c3   other   update
21
22
23
  .vscode

  package-lock.json

  build/

4fbb5ef3   other   更新
24
25
26
  dist/

  

  !/package-lock.json