您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.gitignore 193B

1234567891011121314151617181920212223
  1. dist
  2. config
  3. .rpt2_cache
  4. node_modules
  5. lib
  6. kfs
  7. plugins
  8. static
  9. data
  10. conf
  11. log.txt
  12. *.d.ts
  13. *.js
  14. *.ts
  15. log.txt
  16. !src/**/*
  17. node_modules
  18. src/frontend/node_modules
  19. src/frontend/out-tsc
  20. src/frontend/dist