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

25 行
386 B

  1. .cache-images/**
  2. .cache-loader/**
  3. .github/**
  4. .vscode/**
  5. dist/ui/**
  6. emoji/**
  7. !images/dark/**
  8. !images/light/**
  9. !images/settings/**
  10. !images/gitlens-icon.png
  11. !images/gitlens-activitybar.svg
  12. !images/cl-*.png
  13. images/**
  14. node_modules/**
  15. src/**
  16. test/**
  17. *.map
  18. .gitignore
  19. .prettierignore
  20. .prettierrc
  21. CODE_OF_CONDUCT.md
  22. package-lock.json
  23. tsconfig.json
  24. tslint.json
  25. ui.tsconfig.json
  26. webpack.config.js