Blame view

.gitignore 207 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

b96699d9   other   修复并使他符合MewBot规范
21
  .vscode