Blame view

.eslintignore 346 Bytes
cc26d1fc   张志伟   🎉 重新构建项目,解决项目过大的问题
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  # /node_modules/* and /bower_components/* in the project root are ignored by default
  
  # Ignore built files except build/index.js
  build/*
  /node_modules
  node_modules
  /node_modules/*
  *.min.js
  *.handle.js
  *.min.css
  lib/
  node_modules/
  build/
  run/
  logs/
  /docs
  /.vscode
  .eslintrc.js
  .prettierrc.js
  package.json
  package-lock.json
  yarn.lock
  yarn-error.log