You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.eslintignore 124B

123456789101112
  1. # 忽略目录
  2. build/
  3. tests/
  4. node_modules/
  5. pages/
  6. # node 覆盖率文件
  7. coverage/
  8. # 忽略文件
  9. **/*-min.js
  10. **/*.min.js